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

answered 2012-05-24 05:51:46 -0500

joq gravatar image
  1. I don't know. Maybe. You could try sending the request as a boost::shared_ptr. I don't see how the reply would work, though.

  2. The boost::shared_ptr does that automatically, using a reference count which is decremented when the pointer deconstructor runs.

  3. Yes. The nodelet manager handles the spin logic.