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

source: flair-src/trunk/demos/Gps/uav/build_x86_64/bin/x8.sh@ 186

Last change on this file since 186 was 186, checked in by Sanahuja Guillaume, 7 years ago

maj imu

  • Property svn:executable set to *
File size: 222 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=./DemoGps_rt
7else
8 EXEC=./DemoGps_nrt
9fi
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.