source: flair-src/tags/0.2.0/demos/PidStandalone/uav/build_core2_64/bin/x4.sh@ 415

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

change build directories for new architecture

  • Property svn:executable set to *
File size: 234 bytes
Line 
1#! /bin/bash
2if [ -f /proc/xenomai/version ];then
3 EXEC=./demo_pid_rt
4else
5 EXEC=./demo_pid_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.