How to stop stageros from publishing its transforms?
How can I stop stageros from publishing its transforms and all of its published topics? Is there a simple remapping possible?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
How can I stop stageros from publishing its transforms and all of its published topics? Is there a simple remapping possible?
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?
Asked: 2011-09-12 17:07:18 -0500
Seen: 630 times
Last updated: Sep 13 '11
tf broadcaster synchronization
Subscribe to tf (e.g. tf callback)
Coordinate transforms and reference frames of a mobile robot
TF Transformation and flickering sensor data in rviz [closed]
rtabmap TF tree issue with navigation stack
Using tf for plotting frames in rviz
tf falls into pieces after spawn in Gazebo
Rotate pose with covariance frame [closed]