Moved files around. ROS Display panel html is now back in the index file
This commit is contained in:
14
launch.bash~
Normal file
14
launch.bash~
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
trap 'killall' INT
|
||||
|
||||
killall() {
|
||||
trap '' INT TERM # ignore INT and TERM while shutting down
|
||||
echo "**** Shutting down... ****" # added double quotes
|
||||
kill -TERM 0 # fixed order, send TERM not INT
|
||||
# wait
|
||||
echo DONE
|
||||
}
|
||||
roslaunch rosbridge_GUI_example all.launch &
|
||||
python -m SimpleHTTPServer 8000
|
||||
|
||||
Reference in New Issue
Block a user