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

tf_tree does not show anything

asked 2020-08-24 10:55:42 -0500

Ahmed_Desoky gravatar image

updated 2020-08-24 16:03:20 -0500

tf_tree was work normally, but suddenly it does not show anything link text.

rosrun rqt_tf_tree rqt_tf_tree
edit retag flag offensive close merge delete

Comments

thanks a lot, you saved me. the following command solved the problem

rosrun rqt_tf_tree rqt_tf_tree --clear-config
Ahmed_Desoky gravatar image Ahmed_Desoky  ( 2020-08-25 06:52:41 -0500 )edit
1

Awesome! In that case, I converted my comment to an answer so that this question will show up as answered.

jarvisschultz gravatar image jarvisschultz  ( 2020-08-25 08:28:24 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-08-24 16:02:48 -0500

Seems likely to be a problem with rqt_tf_tree specifically and not necessarily anything wrong with the /tf data available. Maybe try with rosrun rqt_tf_tree rqt_tf_tree --clear-config? Alternatively try with rosrun rqt_tf_tree rqt_tf_tree -b pyqt or rosrun rqt_tf_tree rqt_tf_tree -b pyside. You could also run rqt alone and add the TF Tree plugin (it's under the Visualization section).

As a sanity check you could use rosrun tf view_frames to generate a PDF of the /tf tree to make sure there isn't anything wrong with the underlying data.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-08-24 10:55:42 -0500

Seen: 765 times

Last updated: Aug 24 '20