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

I can't execute rqt_graph in ROS fuerte.

asked 2013-08-22 00:13:11 -0500

this post is marked as community wiki

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

Hi everybody!

I have used rqt-graph several times in ROS Fuerte, but now I can't use it. When I try to execute the command rosrun rqt_graph rqt_graph, the answer is: [rospack] Error: stack/package rqt_graph not found

Obviously, I've tried to reinstall with: $ sudo apt-get install ros-<distro>-rqt $ sudo apt-get install ros-<distro>-rqt-common-plugins

but the results is always the same: Leyendo lista de paquetes... Hecho Creando árbol de dependencias
Leyendo la información de estado... Hecho E: No se ha podido localizar el paquete ros-fuerte-rqt-common-plugins

¿Can anybody help me? Thanks.

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
0

answered 2013-10-30 03:29:06 -0500

Please use the following.

I really hope you did this in first case itself <distro> is your distribution.

First verify which version of ros do you have.

$ rosversion ros

if you get the following for example: 1.8.11 it means it is ROS fuerte

replace ,distro> with fuerte

  • $ sudo apt-get install ros-fuerte-rqt

or if you have groovy then it is

  • $ sudo apt-get install ros-groovy-rqt

Please try! all the best

If there be any of the dependent rospacks that miss for the rqt please type the following and check if you got all of them as listed below:

natraj@natraj-MacBookPro:~$ rospack depends rqt_graph rosbuild python_qt_binding qt_gui rqt_gui qt_dotgraph rosgraph roslib rosnode rostopic rosservice

I hope it helps you.

edit flag offensive delete link more
0

answered 2013-10-30 09:11:12 -0500

Meee gravatar image

Thank you very much Ashutosh. Finally, I could resolve it. :)

edit flag offensive delete link more

Comments

I got the same error when i am trying to install .. please let me know how u resolved it...

mohan_ace gravatar image mohan_ace  ( 2013-10-30 13:21:00 -0500 )edit

Question Tools

Stats

Asked: 2013-08-22 00:13:11 -0500

Seen: 766 times

Last updated: Oct 30 '13