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

The closest approximation I can think of to accomplish what you want would be to create a new NodeHandle at runtime and explicitly pass remapping arguments to one of the relevant constructors. When creating/destroying NodelHandles be careful not to leave the node with a single NodeHandle whose reference count drops to zero, or your node will be shutdown.