RethinkRobotics / baxter_simulator

Gazebo Simulation interface for the Baxter Research Robot
http://sdk.rethinkrobotics.com/wiki/Baxter_Simulator
BSD 3-Clause "New" or "Revised" License
84 stars 95 forks source link

Fix controller_manager having to be killed during shutdown #54

Closed rethink-imcmahon closed 9 years ago

rethink-imcmahon commented 9 years ago

Right now the controller_manager spawner required for spawning baxter_sim_controllers defaults to waiting for 30 seconds before discovering the controllers are no longer in existence, and needs to be SIGINT in order to shutdown. This is a rather frustrating UX when you just want the simulator to exit.

rethink-imcmahon commented 9 years ago

Resolved by #56