source: flair-src/trunk/demos/DemoGps/simulator/resources/core2-64/simulator_x8.sh@ 405

Last change on this file since 405 was 405, checked in by Sanahuja Guillaume, 3 years ago

adapt demos for clone demos script

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