How to run "tf view_frames" for a remapped tf
I remapped /tf
to /tf_0
, but I can't get rosrun tf view_frames
to show me the tree for /tf_0
. How to do it?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I remapped /tf
to /tf_0
, but I can't get rosrun tf view_frames
to show me the tree for /tf_0
. How to do it?
You can use normal command-line based remapping:
rosrun tf view_frames /tf:=/tf_0
should do it.
Asked: 2016-10-31 00:30:55 -0600
Seen: 562 times
Last updated: Oct 31 '16
set tf_remap private parameters from console
rosbag play & tf static_transform_publisher
Corrected Odometry from GMapping / Karto?
How to synchronize tfMessage and Image messages?
gazebo pr2 launch success but with tf errors
No transform from [anything] to [/base_link]
Can you upload a picture of how the tf tree looks like after mapping and the launch file which you did remapping? Also, is there any data from /tf_0?