added sorting to list of nodes and topics
This commit is contained in:
14
launch.bash~
14
launch.bash~
@@ -1,14 +0,0 @@
|
||||
#!/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