Last change
on this file since 414 was 404, checked in by Sanahuja Guillaume, 2 years ago |
correct error in scripts
|
-
Property svn:executable
set to
*
|
File size:
280 bytes
|
Rev | Line | |
---|
[301] | 1 | #! /bin/bash
|
---|
| 2 |
|
---|
| 3 | if [ -f /proc/xenomai/version ];then
|
---|
| 4 | EXEC=./MixedReality_uav_real_rt
|
---|
| 5 | else
|
---|
| 6 | EXEC=./MixedReality_uav_real_nrt
|
---|
| 7 | fi
|
---|
| 8 |
|
---|
[302] | 9 | . $FLAIR_ROOT/flair-src/scripts/distribution_specific_hack.sh
|
---|
[301] | 10 |
|
---|
[404] | 11 | $EXEC -a 127.0.0.1 -p 9000 -l /tmp -x setup_x4.xml -t x4_simu0 -v 127.0.0.1:3884 -d 20010
|
---|
Note:
See
TracBrowser
for help on using the repository browser.