ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

At least for killing there is an xmlrpc shutdown call, which is what rosnode kill uses.

Slave API

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.

Slave API