source:
flair-src/tags/0.2.0/demos/PidStandalone/uav/build_core2_64/bin/x4.sh
Last change on this file was 236, checked in by , 7 years ago | |
---|---|
|
|
File size: 234 bytes |
Line | |
---|---|
1 | #! /bin/bash |
2 | if [ -f /proc/xenomai/version ];then |
3 | EXEC=./demo_pid_rt |
4 | else |
5 | EXEC=./demo_pid_nrt |
6 | fi |
7 | |
8 | . $IGEP_ROOT/uav_dev/bin/noarch/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.