source:
flair-src/trunk/demos/PidStandalone/uav/resources/core2-64/x4.sh@
456
Last change on this file since 456 was 302, checked in by , 6 years ago | |
---|---|
|
|
File size: 244 bytes |
Line | |
---|---|
1 | #! /bin/bash |
2 | if [ -f /proc/xenomai/version ];then |
3 | EXEC=./PidStandalone_rt |
4 | else |
5 | EXEC=./PidStandalone_nrt |
6 | fi |
7 | |
8 | . $FLAIR_ROOT/flair-src/scripts/distribution_specific_hack.sh |
9 | |
10 | $EXEC -n x4_0 -a 127.0.0.1 -p 9000 -l ./ -x setup_x4.xml -t x4_simu $* |
Note:
See TracBrowser
for help on using the repository browser.