When stopping the jog_arm_server via ros shutdown, the jog_arm_server just keeps running and needs to be escalated to SIGTERM. A check for ROS shutdown is probably missing.
19dd00a might have fixed this. There was a while loop that did not contain a ros::ok(). It seems to be stopping much faster for me. Will close, for now.
When stopping the
jog_arm_server
via ros shutdown, thejog_arm_server
just keeps running and needs to beescalated to SIGTERM
. A check for ROS shutdown is probably missing.