ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
At least for killing there is an xmlrpc shutdown call, which is what rosnode kill
uses.
2 | No.2 Revision |
At least for killing there is an xmlrpc shutdown call, which is what rosnode kill
uses.uses. That is probably the ROS'iest way to do it. Sending SIGINT would also be OK as ROS installs a SIGINT handler.