Created
August 25, 2017 15:58
Revisions
-
plusk01 created this gist
Aug 25, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ To make Gazebo die sooner, edit the file at `/opt/ros/kinetic/lib/python2.7/dist-packages/roslaunch/nodeprocess.py`: Near line 57, change the timeouts to be: ``` _TIMEOUT_SIGINT = 0.5 #seconds _TIMEOUT_SIGTERM = 0.5 #seconds ``` This will cause ROS to send a `kill` signal much sooner.