ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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.
The boost::shared_ptr
does that automatically, using a reference count which is decremented when the pointer deconstructor runs.
Yes. The nodelet manager handles the spin logic.