source: flair-src/trunk/demos/PidStandalone/uav/build_x86_64/bin/x8.sh@ 45

Last change on this file since 45 was 44, checked in by Bayard Gildas, 8 years ago

Demo Pid et controller automatique scripté

  • Property svn:executable set to *
File size: 224 bytes
Line 
1#! /bin/bash
2
3. $IGEP_ROOT/uav_dev/bin/noarch/ubuntu_cgroup_hack.sh
4
5if [ -f /proc/xenomai/version ];then
6 EXEC=./demo_pid_rt
7else
8 EXEC=./demo_pid_nrt
9fi
10
11$EXEC -n x8_0 -a 127.0.0.1 -p 9000 -l ./ -x setup_x8.xml -t x8_simu
Note: See TracBrowser for help on using the repository browser.