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