ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Remapping only changes the name of a topic; not the data types involved.
You can do the mapping of /input
to /out1
with remapping arguments, but you'll need to write a node to do the inversion between /input
and /out2