Last change
on this file since 122 was 122, checked in by Sanahuja Guillaume, 8 years ago |
modifs uav vrpn i686
|
-
Property svn:executable
set to
*
|
File size:
333 bytes
|
Line | |
---|
1 | #! /bin/bash
|
---|
2 |
|
---|
3 | . $FLAIR_ROOT/flair-dev/scripts/ubuntu_cgroup_hack.sh
|
---|
4 |
|
---|
5 | if [ -f /proc/xenomai/version ];then
|
---|
6 | EXEC=./OpticalFlow_simulator_rt
|
---|
7 | else
|
---|
8 | EXEC=./OpticalFlow_simulator_nrt
|
---|
9 | fi
|
---|
10 |
|
---|
11 | $EXEC -n x4_0 -t x4 -a 127.0.0.1 -p 9000 -x setup_x4.xml -o 10 -m $FLAIR_ROOT/flair-bin/models -s $FLAIR_ROOT/flair-bin/models/indoor_flight_arena.xml
|
---|
Note:
See
TracBrowser
for help on using the repository browser.