Project

General

Profile

Statistics
| Branch: | Revision:

root / scout / standard_ros_compile @ 6cee3520

History | View | Annotate | Download (299 Bytes)

1 a4fec3f5 Scott
#!/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 6cee3520 Yuyang (Misty) Guo
8 a4fec3f5 Scott
cd ~/fuerte_workspace/scoutos/scout
9
cd libscout
10
cmake .
11
python generate_behavior_lists.py
12 6cee3520 Yuyang (Misty) Guo
rosmake
13 a4fec3f5 Scott
cd ../scoutsim
14
cmake .
15
rosmake