source: flair-src/trunk/demos/OpticalFlow/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: 341 bytes
RevLine 
[122]1#! /bin/bash
2
3if [ -f /proc/xenomai/version ];then
4 EXEC=./OpticalFlow_simulator_rt
5else
6 EXEC=./OpticalFlow_simulator_nrt
7fi
8
[228]9. $FLAIR_ROOT/flair-dev/scripts/distribution_specific_hack.sh
10
[122]11$EXEC -n x8_0 -t 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.