source: flair-src/trunk/demos/SimpleFleet/simulator/build_x86_64/bin/simulator_x8.sh@ 228

Last change on this file since 228 was 228, checked in by Bayard Gildas, 6 years ago

shift from ubuntu_cgroup_hack to distribution_specific_hack

  • Property svn:executable set to *
File size: 333 bytes
Line 
1#! /bin/bash
2
3if [ -f /proc/xenomai/version ];then
4 EXEC=./SimpleFleet_simulator_rt
5else
6 EXEC=./SimpleFleet_simulator_nrt
7fi
8
9. $FLAIR_ROOT/flair-dev/scripts/distribution_specific_hack.sh
10
11$EXEC -n x8 -a 127.0.0.1 -p 9000 -x setup_x8.xml -o 10 -m $FLAIR_ROOT/flair-bin/models -s $FLAIR_ROOT/flair-bin/models/indoor_flight_arena.xml
Note: See TracBrowser for help on using the repository browser.