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

source: flair-src/trunk/demos/SimpleFleet/uav/resources/core2-64/x4_1.sh@ 333

Last change on this file since 333 was 333, checked in by Sanahuja Guillaume, 5 years ago

add x4 to simple fleet

  • Property svn:executable set to *
File size: 273 bytes
RevLine 
1#! /bin/bash
2
3if [ -f /proc/xenomai/version ];then
4 EXEC=./SimpleFleet_rt
5else
6 EXEC=./SimpleFleet_nrt
7fi
8
9. $FLAIR_ROOT/flair-src/scripts/distribution_specific_hack.sh
10
11$EXEC -n x4_1 -a 127.0.0.1 -p 9000 -l ./ -x setup_x4.xml -t x4_simu1 -b 127.255.255.255:20010 -d 21000
Note: See TracBrowser for help on using the repository browser.