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