osrf / rqt_graphprofiler

An experimental visualization system for anonymous publish subscribe architectures.
Apache License 2.0
7 stars 5 forks source link

Missing dependency in ros indigo on Ubuntu 14.04? #32

Open drewm1980 opened 9 years ago

drewm1980 commented 9 years ago

$ cat /etc/issue Ubuntu 14.04.1 LTS \n \l

$ sudo apt-get install ros-indigo-rqt-graphprofiler

$ which rqt_graphprofiler /opt/ros/indigo/bin/rqt_graphprofiler

$ rqt_graphprofiler qt_gui_main() found no plugin matching "rqt_graphprofiler.visualizer_plugin.VisualizerPlugin"

$ aptitude search rqt i A ros-indigo-rqt-rviz

The graph profiler doesn't show up as a plugin in rqt either; perhaps it's related.

jvgomez commented 9 years ago

I was having the same problem. I closed everything, run rqt --force-discover and then everything was working. I run it with rosrun rqt_graphprofiler rqt_graphprofiler and now it also appears under Instrospection plugins.

However, I cannot see anything in the window. No graph is shown.