Last change
on this file since 84 was 84, checked in by Sanahuja Guillaume, 6 years ago |
add/cleanup for out of source build
|
-
Property svn:executable
set to
*
|
File size:
242 bytes
|
Line | |
---|
1 | #! /bin/bash
|
---|
2 |
|
---|
3 | if [ -f /proc/xenomai/version ];then
|
---|
4 | EXEC=./PidStandalone_rt
|
---|
5 | else
|
---|
6 | EXEC=./PidStandalone_nrt
|
---|
7 | fi
|
---|
8 |
|
---|
9 | . $IGEP_ROOT/uav_dev/bin/noarch/distribution_specific_hack.sh
|
---|
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.