rqt_graph GUI not working
Hello,
I am following the steps described in "Understanding ROS Topics" tutorial.
When I try to launch rqt_graph in the console I get this output:
user@user:~$ rosrun rqt_graph rqt_graph
Exception AttributeError: AttributeError("'_DummyThread' object has no attribute '_Thread__block'",) in <module 'threading' from '/usr/lib/python2.7/threading.pyc'> ignored
Which I believe is a normal output.
The rqt graph window opens but nothing is shown in it.
I don't know what could be wrong.
Thank you,
Here is a screenshot of what I'm seeing: http://screencloud.net/v/qpXV
This screenshot helps more to understand what's happening, and that looks odd. What happens when you run
$ rqt
from command line and open "Plugins" --> "Graph" on it?This works, now I can see the graph as shown here: http://screencloud.net/v/2bR7 But trying to run it directly using $ rosrun rqt_graph rqt_graph still doesn't work
@Pino so if you open
rqt_graph
viarqt
, not directly, do you see nodes & topics or whatever you wanted to see?Yes, opening via rqt solves the problem