Changeset 48 in flair-dev for trunk/scripts


Ignore:
Timestamp:
04/24/17 15:03:55 (7 years ago)
Author:
Sanahuja Guillaume
Message:

compile april tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/flair_compile_all.sh

    r46 r48  
    6767
    6868        if [ -d $FLAIR_ROOT/flair-hds ]; then
    69                 for projects in FlairArdrone2 VisionFilter; do
     69                for projects in FlairBebop FlairArdrone2 VisionFilter; do
    7070                        configure $FLAIR_ROOT/flair-hds/src/lib $projects
    7171                        compile $FLAIR_ROOT/flair-hds/src/lib $projects
     
    109109
    110110        if [ -d $FLAIR_ROOT/flair-hds ]; then
    111                 for projects in LineFollower; do
     111                for projects in ApriltagFollower LineFollower; do
    112112                        compile_uav_and_simulator_demo $FLAIR_ROOT/flair-hds/src/demos $projects
    113113                done
Note: See TracChangeset for help on using the changeset viewer.