source: flair-src/trunk/demos/MixedReality/virtual/simulator/resources/core2-64/simulator_x4.sh

Last change on this file was 469, checked in by Sanahuja Guillaume, 2 years ago

change all scripts to remove call to distribution_specific_hack, which is no longer necessary

  • Property svn:executable set to *
File size: 303 bytes
Line 
1#! /bin/bash
2if [ -f /proc/xenomai/version ];then
3 EXEC=./MixedReality_simulator_virtual_rt
4else
5 EXEC=./MixedReality_simulator_virtual_nrt
6fi
7
8$EXEC -p 9000 -a 127.0.0.1 -x simulator_x4.xml -o 10 -m $FLAIR_ROOT/flair-src/models -s $FLAIR_ROOT/flair-src/models/indoor_flight_arena.xml -v 127.0.0.1:3883
Note: See TracBrowser for help on using the repository browser.