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

You should signal any threads started in the destructor and wait to join them before exiting the destructor.

For an example take a look at the camera1394 nodelet destructor.

You should signal any threads started in the destructor and wait to join them before exiting the destructor.

For an example take a look at the camera1394 nodelet destructor.