added the video streaming rosnode into the launch.bash
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
kill_child_processes() {
|
kill_child_processes() {
|
||||||
isTopmost=$1
|
isTopmost=$1
|
||||||
curPid=$2
|
curPid=$2
|
||||||
@@ -18,7 +19,8 @@ trap "kill_child_processes 1 $$; exit 0" INT
|
|||||||
|
|
||||||
chmod a+x src/bagger.py
|
chmod a+x src/bagger.py
|
||||||
|
|
||||||
x-terminal-emulator -e "roslaunch rosbridge_GUI_example all.launch " &
|
x-terminal-emulator -e "roslaunch rosbridge_gui_example all.launch" &
|
||||||
x-terminal-emulator -e "python -m SimpleHTTPServer 8000"
|
x-terminal-emulator -e "python -m SimpleHTTPServer 8000" &
|
||||||
|
x-terminal-emulator -e "rosrun web_video_server web_video_server"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user