source: flair-src/trunk/demos/PidStandalone/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: 337 bytes
Line 
1#! /bin/bash
2
3if [ -f /proc/xenomai/version ];then
4 EXEC=./PidStandalone_simulator_rt
5else
6 EXEC=./PidStandalone_simulator_nrt
7fi
8
9. $IGEP_ROOT/uav_dev/bin/noarch/distribution_specific_hack.sh
10
11$EXEC -n x8_0 -t x8 -a 127.0.0.1 -p 9000 -x simulator_x8.xml -o 10 -m $IGEP_ROOT/uav_dev/media -s $IGEP_ROOT/uav_dev/media/optitrack_b122.xml
Note: See TracBrowser for help on using the repository browser.