ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.