Changes between Version 5 and Version 6 of simplefleet
- Timestamp:
- Oct 2, 2019, 11:09:28 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
simplefleet
v5 v6 25 25 }}} 26 26 27 === simulator === 27 === x4 simulator === 28 29 Open a terminal and execute the simulator: 30 {{{ 31 $ cd $FLAIR_ROOT/flair-bin/demos/core2-64/SimpleFleet 32 $ ./simulator_x4.sh 33 }}} 34 35 This script, as for ground control station, launches the program with some arguments. 36 37 Note that the script also detects if the system uses Xenomai or not, in order to launch the corresponding program version (real time or not). 38 39 40 === x8 simulator === 28 41 29 42 Open a terminal and execute the simulator: … … 37 50 Note that the script also detects if the system uses Xenomai or not, in order to launch the corresponding program version (real time or not). 38 51 39 === UAVs === 52 === x4 UAVs === 53 54 Open 2 terminals and execute each program through its script: 55 {{{ 56 $ cd $FLAIR_ROOT/flair-bin/demos/core2-64/SimpleFleet 57 $ ./x4_0.sh 58 }}} 59 and 60 {{{ 61 $ cd $FLAIR_ROOT/flair-bin/demos/core2-64/SimpleFleet 62 $ ./x4_1.sh 63 }}} 64 65 These scripts, as for ground control station, launch the programs with some arguments. 66 67 Note that the scripts also detect if the system uses Xenomai or not, in order to launch the corresponding program version (real time or not). 68 69 === x8 UAVs === 40 70 41 71 Open 2 terminals and execute each program through its script: