close Warning: Can't use blame annotator:
svn blame failed on trunk/demos/CircleFollower/uav/resources/core2-64/x4.sh: 200029 - Couldn't perform atomic initialization

source: flair-src/trunk/demos/CircleFollower/uav/resources/core2-64/x4.sh

Last change on this file was 469, checked in by Sanahuja Guillaume, 2 years ago

change all scripts to remove call to distribution_specific_hack, which is no longer necessary

  • Property svn:executable set to *
File size: 184 bytes
RevLine 
1#! /bin/bash
2
3if [ -f /proc/xenomai/version ];then
4 EXEC=./CircleFollower_rt
5else
6 EXEC=./CircleFollower_nrt
7fi
8
9$EXEC -n x4_0 -a 127.0.0.1 -p 9000 -l /tmp -x setup_x4.xml -t x4_simu
Note: See TracBrowser for help on using the repository browser.