Last change
on this file since 469 was 469, checked in by Sanahuja Guillaume, 15 months ago |
change all scripts to remove call to distribution_specific_hack, which is no longer necessary
|
-
Property svn:executable
set to
*
|
File size:
217 bytes
|
Line | |
---|
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 |
|
---|
9 | $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.