ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Alright I figured it out. I had GDB enabled for the module and it for some reason wasn't killing the threads. As soon as I disabled it in my launch file, the threads get killed when I Ctrl-C the program. Thanks for the suggestions.