Project

General

Profile

Revision a4fec3f5

IDa4fec3f5492773fbd3d08123a99ec7352ed2ef98
Parent 34279134
Child 6cee3520

Added by Scott over 9 years ago

Added Convenience scripts for running GUI program

View differences:

scout/scout_client
1
#!/bin/bash
2
# Runs GUI for Scout Simulations
3
# Assumes all files are properly compiled
4
cd ~/fuerte_workspace/scoutos/scout
5
roscore > .roscore_log &
6
cd ./scoutsim
7
python GUI.py
scout/standard_ros_compile
1
#!/bin/bash
2

  
3
# Compiles Scout OS with ROS for standard
4
# use with the GUI program
5
# If this command successfully compiles ROS
6
# run scout_client to open the python GUI
7
cd ~/fuerte_workspace/scoutos/scout
8
cmake .
9
cd libscout
10
cmake .
11
python generate_behavior_lists.py
12
cd ../scoutsim
13
cmake .
14
cd ..
15
rosmake
16

  

Also available in: Unified diff