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

rqt_graph is not working in my ros

asked 2013-03-05 12:51:22 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Tutorial Link : - http://www.ros.org/wiki/ROS/Tutorials/UnderstandingTopics

I'm installed rqt by using sudo apt-get install ros-groovy-rqt

While I'm running this command rosrun rqt_graph rqt_graph It gives the following error message . [rospack] couldn't find package [rqt_graph]

What may be the problem? I'm using ubuntu 11.10

I'm installed all the necessary requirements but while I run

rosrun rqt_graph rqt_graph

I got the following error message

ImportError: No module named rospack [rospack] Error: could not find python module 'rosdep2.rospack'. is rosdep up-to-date (at least 0.10.4)? terminate called after throwing an instance of 'pluginlib::LibraryLoadException' what(): rospack could not find the qt_gui package containing qt_gui_cpp::Plugin Aborted

How can I overcome from this problem?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2013-03-05 12:59:36 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

ros-groovy-rqt is just the framework that rqt_graph uses. To get rqt_graph, you need to install:

sudo apt-get install ros-groovy-rqt-graph

or

sudo apt-get install ros-groovy-rqt-common-plugins
edit flag offensive delete link more

Comments

I'm installed this too but not find rqt graph

unais gravatar image unais  ( 2013-03-05 18:01:01 -0500 )edit

I'm installed all this but if i run rosrun rqt_graph rqt_graph I got the following error message ImportError: No module named rospack [rospack] Error: could not find python module 'rosdep2.rospack'. is rosdep up-to-date (at least 0.10.4)?

unais gravatar image unais  ( 2013-03-05 21:42:05 -0500 )edit

Hello still I have this error. I'm edited my Qn.

unais gravatar image unais  ( 2013-03-06 13:42:29 -0500 )edit

Can you clarify your problem by asking a new question, it looks like your issue has nothing to do with rqt_graph. It looks like your ROS environment is not set up right

jbohren gravatar image jbohren  ( 2013-03-06 14:23:59 -0500 )edit

Question Tools

Stats

Asked: 2013-03-05 12:51:22 -0500

Seen: 5,050 times

Last updated: Mar 05 '13