source: flair-src/tags/latest/demos/DemoOpticalFlow/uav/resources/core2-64/x8.sh@ 435

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

adapt demos for clone demos script

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