source: flair-src/trunk/demos/SimpleFleet/uav/build_i686/bin/x8_1.sh@ 33

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

m

  • Property svn:executable set to *
File size: 265 bytes
Line 
1#! /bin/bash
2
3. $FLAIR_ROOT/flair-dev/scripts/ubuntu_cgroup_hack.sh
4
5if [ -f /proc/xenomai/version ];then
6 EXEC=./SimpleFleet_rt
7else
8 EXEC=./SimpleFleet_nrt
9fi
10
11$EXEC -n x8_1 -a 127.0.0.1 -p 9001 -l ./ -x setup_x8.xml -t x8_simu1 -b 127.255.255.255:20010 -d 20020
Note: See TracBrowser for help on using the repository browser.