ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

tf tree in namespace [closed]

asked 2019-08-29 13:38:25 -0500

emielke gravatar image

I'm trying to see my tf tree (rqt_tf_tree, tf view_frames, etc.) for a namespaced robot. I can't seem to get the system to behave the way I want it to. I have tried setting the ROS_NAMESPACE environment variable to my namespace, and then running rosrun tf view_frames and rqt_tf_tree, but it simply shows that no tf tree exists. I can see the tree exists in RViz, as well as by echoing /namespace/tf and /namespace/tf_static. Any ideas?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by emielke
close date 2021-02-18 16:33:29.386634

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-08-29 14:01:58 -0500

emielke gravatar image

NVM, figured it out.

Just needed to remap /tf and /tf_static per here.

E.g. rosrun tf view_frames /tf:=/namespace/tf /tf_static:=/namespace/tf_static

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-08-29 13:38:25 -0500

Seen: 377 times

Last updated: Aug 29 '19