source: flair-src/trunk/demos/CircleFollower/uav/resources/core2-64/x4_intelaero.sh@ 423

Last change on this file since 423 was 423, checked in by Sanahuja Guillaume, 3 years ago

add intel aero resources files

  • Property svn:executable set to *
File size: 257 bytes
Line 
1#! /bin/bash
2
3if [ -f /proc/xenomai/version ];then
4 EXEC=./CircleFollower_rt
5else
6 EXEC=./CircleFollower_nrt
7fi
8
9. $FLAIR_ROOT/flair-src/scripts/distribution_specific_hack.sh
10
11$EXEC -n x4_0 -a 172.26.213.62 -p 9000 -l /tmp -x setup_x4_intelaero.xml -t aero
Note: See TracBrowser for help on using the repository browser.