tf_tree does not show anything
tf_tree was work normally, but suddenly it does not show anything link text.
rosrun rqt_tf_tree rqt_tf_tree
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
tf_tree was work normally, but suddenly it does not show anything link text.
rosrun rqt_tf_tree rqt_tf_tree
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.
Asked: 2020-08-24 10:55:42 -0600
Seen: 900 times
Last updated: Aug 24 '20
Start a node from python code - rospy equivalence rosrun - rosgui qt
Document about relationship b/w GUI components
Is there a ros package that can provide GUI for other ros nodes?
rqt then choosing rviz plugin -> core dump
rqt_graph error launching [closed]
How do I intercept rqt plugin mouse events?
thanks a lot, you saved me. the following command solved the problem
Awesome! In that case, I converted my comment to an answer so that this question will show up as answered.