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