Last change
on this file since 333 was 333, checked in by Sanahuja Guillaume, 5 years ago |
add x4 to simple fleet
|
-
Property svn:executable
set to
*
|
File size:
343 bytes
|
Rev | Line | |
---|
[301] | 1 | #! /bin/bash
|
---|
| 2 |
|
---|
| 3 | if [ -f /proc/xenomai/version ];then
|
---|
| 4 | EXEC=./SimpleFleet_simulator_rt
|
---|
| 5 | else
|
---|
| 6 | EXEC=./SimpleFleet_simulator_nrt
|
---|
| 7 | fi
|
---|
| 8 |
|
---|
[302] | 9 | . $FLAIR_ROOT/flair-src/scripts/distribution_specific_hack.sh
|
---|
[301] | 10 |
|
---|
[333] | 11 | $EXEC -n x8 -a 127.0.0.1 -p 9000 -x simulator_x8.xml -o 10 -m $FLAIR_ROOT/flair-src/models -s $FLAIR_ROOT/flair-src/models/indoor_flight_arena.xml -t x8
|
---|
Note:
See
TracBrowser
for help on using the repository browser.