Changed project name from rosbridge_gui_example to rosbridge_gui attempt_1

This commit is contained in:
Glen Turner
2015-07-01 12:44:54 -07:00
parent 6b9cb70fc1
commit 4aef194cb8
8 changed files with 17 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ trap "kill_child_processes 1 $$; exit 0" INT
chmod a+x src/bagger.py
x-terminal-emulator -e "roslaunch rosbridge_gui_example all.launch" &
x-terminal-emulator -e "roslaunch rosbridge_gui all.launch" &
x-terminal-emulator -e "python -m SimpleHTTPServer 8000" &
x-terminal-emulator -e "rosrun web_video_server web_video_server"