Changes between Version 5 and Version 6 of circlefollower
- Timestamp:
- Feb 20, 2019, 4:30:08 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
circlefollower
v5 v6 20 20 21 21 {{{ 22 $ $FLAIR_ROOT/flair- bin/tools/scripts/launch_flairgcs.sh22 $ $FLAIR_ROOT/flair-install/bin/tools/scripts/launch_flairgcs.sh 23 23 }}} 24 24 … … 27 27 On the first terminal (simulator program): 28 28 {{{ 29 $ cd $FLAIR_ROOT/flair- bin/demos/core2-64/CircleFollower29 $ cd $FLAIR_ROOT/flair-install/bin/demos/core2-64/CircleFollower 30 30 $ ./simulator_x4.sh 31 31 }}} 32 32 On a second one (control program): 33 33 {{{ 34 $ cd $FLAIR_ROOT/flair- bin/demos/core2-64/CircleFollower34 $ cd $FLAIR_ROOT/flair-install/bin/demos/core2-64/CircleFollower 35 35 $ ./x4.sh 36 36 }}} … … 44 44 On the first terminal (simulator program): 45 45 {{{ 46 $ cd $FLAIR_ROOT/flair- bin/demos/core2-64/CircleFollower46 $ cd $FLAIR_ROOT/flair-install/bin/demos/core2-64/CircleFollower 47 47 $ ./simulator_x8.sh 48 48 }}} 49 49 On a second one (control program): 50 50 {{{ 51 $ cd $FLAIR_ROOT/flair- bin/demos/core2-64/CircleFollower51 $ cd $FLAIR_ROOT/flair-install/bin/demos/core2-64/CircleFollower 52 52 $ ./x8.sh 53 53 }}} … … 61 61 If you have a DualShock3, you can use it to control the UAV. Make sure you have configured the bluetooth first (see [wiki:setup#SetupbluetoothforDualShock3controlleroptional this page]). 62 62 {{{ 63 $ $FLAIR_ROOT/flair- bin/tools/scripts/dualshock3_local_bt.sh63 $ $FLAIR_ROOT/flair-install/bin/tools/scripts/dualshock3_local_bt.sh 64 64 }}} 65 65 If it is the first time you use it with your computer, plug it first with an USB cable in order to pair it. Then you can use bluetooth connection. … … 85 85 For exemple, you can change it from 86 86 {{{ 87 -s $FLAIR_ROOT/flair- bin/models/indoor_flight_arena.xml87 -s $FLAIR_ROOT/flair-src/models/indoor_flight_arena.xml 88 88 }}} 89 89 to 90 90 {{{ 91 -s $FLAIR_ROOT/flair- bin/models/city_tile.xml91 -s $FLAIR_ROOT/flair-src/models/city_tile.xml 92 92 }}} 93 93