close Warning: Can't use blame annotator:
svn blame failed on trunk/demos/Gps/simulator/build_i686/bin/simulator_x4.sh: 200029 - Couldn't perform atomic initialization

source: flair-src/trunk/demos/Gps/simulator/build_i686/bin/simulator_x4.sh@ 89

Last change on this file since 89 was 89, checked in by Sanahuja Guillaume, 8 years ago

demo gps, not fully fonctionnal

  • Property svn:executable set to *
File size: 326 bytes
RevLine 
1#! /bin/bash
2
3. $FLAIR_ROOT/flair-dev/scripts/ubuntu_cgroup_hack.sh
4
5if [ -f /proc/xenomai/version ];then
6 EXEC=./CircleFollower_simulator_rt
7else
8 EXEC=./CircleFollower_simulator_nrt
9fi
10
11$EXEC -n x4_0 -t x4 -a 127.0.0.1 -p 9000 -x setup_x4.xml -o 10 -m $IGEP_ROOT/uav_dev/media -s $IGEP_ROOT/uav_dev/media/optitrack_b122.xml
Note: See TracBrowser for help on using the repository browser.