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

stage's published topics (including tf) aren't in a namespace, so you can't remap them in them one go. But you can remap them individually using the usual remapping arguments.

Out of curiosity, why do you want to remap stage's outputs?

stage's published topics (including tf) aren't in a namespace, so you can't remap them in them one go. But you can remap them individually using the usual remapping arguments.

E.g., at the command-line (assuming one robot):

roscd stage     
./bin/stageros odom:=stage/odom base_scan:=stage/base_scan tf:=stage/tf world/willow-erratic.world

Out of curiosity, why do you want to remap stage's outputs?