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

rqt_console and rqt_logger_level

asked 2012-12-11 17:57:04 -0500

Hello,

I'm am very new to ROS, I am using Ubuntu 12.04.1 LTS and ROS Fuerte. I have been going through the tutorials and I came across a problem, when I type the command:

rosrun rqt_console rqt_console

I get:

[rosrun] Couldn't find executable named rqt_console below /opt/ros/fuerte/stacks/rqt/rqt_console [rosrun] Found the following, but they're either not files, [rosrun] or not executable: [rosrun] /opt/ros/fuerte/stacks/rqt/rqt_console [rosrun] /opt/ros/fuerte/stacks/rqt/rqt_console/src/rqt_console

and similarly with rqt_logger_level, although the rqt_gui/rqt_graph works fine. Is there a solution to this problem?

Thanks and best regards,

Khalid Yousif

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2012-12-11 23:13:30 -0500

KruseT gravatar image

updated 2012-12-30 23:58:47 -0500

The tutorial works for ROS groovy, but not fuerte. I will create a bug report.

EDIT3: It seems the rqt_gui command has been replaced by a global rqt command in groovy, so from now on these should work in Groovy:

$ rqt 
$ rqt -s rqt_console
$ rqt -s rqt_logger_level

in Fuerte, (and for some time during Groovy beta), you could do this instead:

$ rosrun rqt_gui rqt_gui

and select Plugins > Console in the menu. That has the same effect.

EDIT: Or, to get exactly the same, run

$ rosrun rqt_gui rqt_gui -s rqt_console
$ rosrun rqt_gui rqt_gui -s rqt_logger_level

EDIT2: See https://github.com/ros-visualization/rqt/issues/54

edit flag offensive delete link more

Comments

Thanks for your fast response

K_Yousif gravatar image K_Yousif  ( 2012-12-14 15:54:32 -0500 )edit
0

answered 2012-12-11 22:16:26 -0500

Olgen gravatar image

Hello Yousif,

I got acutally the same problem! But I also don't know how to solve it like you.

It would be nice if we get some help from others!

cheers Olgen

edit flag offensive delete link more

Comments

1

please delete your answer. It is sufficient for you to comment on the question using the comment button below it and say "+1".

KruseT gravatar image KruseT  ( 2012-12-11 23:15:02 -0500 )edit

Question Tools

Stats

Asked: 2012-12-11 17:57:04 -0500

Seen: 1,189 times

Last updated: Dec 30 '12