source: flair-src/trunk/demos/PidStandalone/simulator/build_core2_64/bin/simulator_x4.sh@ 236

Last change on this file since 236 was 236, checked in by Sanahuja Guillaume, 6 years ago

change build directories for new architecture

  • Property svn:executable set to *
File size: 312 bytes
Line 
1#! /bin/bash
2
3if [ -f /proc/xenomai/version ];then
4 EXEC=./simulator_pid_rt
5else
6 EXEC=./simulator_pid_nrt
7fi
8
9. $IGEP_ROOT/uav_dev/bin/noarch/distribution_specific_hack.sh
10
11$EXEC -n x4_0 -t x4 -a 127.0.0.1 -p 9000 -x setup_x4.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.