close Warning: Can't use blame annotator:
svn blame failed on trunk/demos/MixedReality/simulator_real/build_core2_64/bin/simulator_x4.sh: 200029 - Couldn't perform atomic initialization

source: flair-src/trunk/demos/MixedReality/simulator_real/build_core2_64/bin/simulator_x4.sh@ 292

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

add mixed reality demo

  • Property svn:executable set to *
File size: 338 bytes
RevLine 
1#! /bin/bash
2if [ -f /proc/xenomai/version ];then
3 EXEC=./MixedReality_simulator_real_rt
4else
5 EXEC=./MixedReality_simulator_real_nrt
6fi
7
8. $FLAIR_ROOT/flair-dev/scripts/distribution_specific_hack.sh
9
10$EXEC -p 9000 -a 127.0.0.1 -x setup_x4.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.