Last change
on this file since 267 was 236, checked in by Sanahuja Guillaume, 7 years ago |
change build directories for new architecture
|
-
Property svn:executable
set to
*
|
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.