source: flair-src/trunk/demos/PidStandalone/uav/build_x86_64/bin/x4.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: 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.