source: flair-src/trunk/demos/TwoWheelRobotCircleFollower/simulator/resources/core2-64/simulator.sh@ 465

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

add twowheelrobot

  • Property svn:executable set to *
File size: 368 bytes
Line 
1#! /bin/bash
2if [ -f /proc/xenomai/version ];then
3 EXEC=./TwoWheelRobotCircleFollower_simulator_rt
4else
5 EXEC=./TwoWheelRobotCircleFollower_simulator_nrt
6fi
7
8. $FLAIR_ROOT/flair-src/scripts/distribution_specific_hack.sh
9
10$EXEC -n ugv_0 -p 9000 -a 127.0.0.1 -x simulator.xml -o 10 -m $FLAIR_ROOT/flair-src/models -s $FLAIR_ROOT/flair-src/models/indoor_flight_arena.xml
Note: See TracBrowser for help on using the repository browser.