source:
flair-src/trunk/demos/CircleFollower/uav/build_x86_64/bin/x8.sh@
59
Last change on this file since 59 was 33, checked in by , 8 years ago | |
---|---|
|
|
File size: 236 bytes |
Rev | Line | |
---|---|---|
[21] | 1 | #! /bin/bash |
2 | ||
[33] | 3 | . $FLAIR_ROOT/flair-dev/scripts/ubuntu_cgroup_hack.sh |
[21] | 4 | |
5 | if [ -f /proc/xenomai/version ];then | |
6 | EXEC=./CircleFollower_rt | |
7 | else | |
8 | EXEC=./CircleFollower_nrt | |
9 | fi | |
10 | ||
11 | $EXEC -n x8_0 -a 127.0.0.1 -p 9000 -l ./ -x setup_x8.xml -t x8_simu |
Note:
See TracBrowser
for help on using the repository browser.