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

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

add demos resources

  • Property svn:executable set to *
File size: 351 bytes
Line 
1#! /bin/bash
2
3. $FLAIR_ROOT/flair-dev/scripts/distribution_specific_hack.sh
4
5if [ -f /proc/xenomai/version ];then
6 EXEC=./CircleFollower_simulator_rt
7else
8 EXEC=./CircleFollower_simulator_nrt
9fi
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-bin/models -s $FLAIR_ROOT/flair-bin/models/indoor_flight_arena.xml
Note: See TracBrowser for help on using the repository browser.