source: flair-src/trunk/demos/PidStandalone/uav/resources/core2-64/x4.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: 244 bytes
Line 
1#! /bin/bash
2if [ -f /proc/xenomai/version ];then
3 EXEC=./PidStandalone_rt
4else
5 EXEC=./PidStandalone_nrt
6fi
7
8. $IGEP_ROOT/uav_dev/bin/noarch/distribution_specific_hack.sh
9
10$EXEC -n x4_0 -a 127.0.0.1 -p 9000 -l ./ -x setup_x4.xml -t x4_simu $*
Note: See TracBrowser for help on using the repository browser.