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

Error: package 'rqt_graph' not found

asked 2016-11-07 01:28:03 -0500

DannyMB gravatar image

updated 2016-11-07 03:01:56 -0500

gvdhoorn gravatar image

Hi people!

i almost finish my first program with ROS and I want to watch the map with nodes and topic, but when I use rqt_graph I get this error returns

Error: package 'rqt_graph' not found

I am using this instruccion

rosrun rqt_graph rqt_graph

maybe the instruccion is wrong, I don't sure.

anybody can help me?


Edit: I try to install it, but not the package is located

sudo apt-get install ros-indigo-rqt
sudo apt-get install ros-indigo-rqt-graph
sudo apt-get install ros-indigo-rqt-common-plugins
edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
4

answered 2016-11-07 01:43:20 -0500

rbbg gravatar image

updated 2016-11-07 03:02:43 -0500

gvdhoorn gravatar image

Are you sure you have rqt_graph installed? It doesn't look like it. Did you try installing it using (for indigo) sudo apt-get install ros-indigo-rqt-graph or for kinetic sudo apt-get install ros-kinetic-rqt-graph?


Edit:

I try to install it, but not the package is located

Do you have your sources setup correctly? Perhaps sudo apt-get update will do the trick if you have, otherwise, look at the instructions from the indigo installation guide to find out how to configure your repositories and setup sources and keys.

edit flag offensive delete link more
0

answered 2017-03-09 15:11:00 -0500

schwarmcyc gravatar image

sudo apt-get install ros-indigo-rqt ros-indigo-rqt-tf-tree sudo apt-get install ros-indigo-rqt-graph sudo apt-get install ros-indigo-rqt-common-plugins

works

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-11-07 01:28:03 -0500

Seen: 14,759 times

Last updated: Mar 09 '17