Changeset 48 in flair-dev
- Timestamp:
- Apr 24, 2017, 3:03:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/flair_compile_all.sh
r46 r48 67 67 68 68 if [ -d $FLAIR_ROOT/flair-hds ]; then 69 for projects in Flair Ardrone2 VisionFilter; do69 for projects in FlairBebop FlairArdrone2 VisionFilter; do 70 70 configure $FLAIR_ROOT/flair-hds/src/lib $projects 71 71 compile $FLAIR_ROOT/flair-hds/src/lib $projects … … 109 109 110 110 if [ -d $FLAIR_ROOT/flair-hds ]; then 111 for projects in LineFollower; do111 for projects in ApriltagFollower LineFollower; do 112 112 compile_uav_and_simulator_demo $FLAIR_ROOT/flair-hds/src/demos $projects 113 113 done
Note:
See TracChangeset
for help on using the changeset viewer.