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

Revision history [back]

click to hide/show revision 1
initial version

The tutorial works for ROs groovy, but not fuerte. I will create a bug report. In the meantime, you can do this instead:

$ rosrun rqt_gui rqt_gui

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

The tutorial works for ROs ROS groovy, but not fuerte. I will create a bug report. In the meantime, you can do this instead:

$ rosrun rqt_gui rqt_gui

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

The tutorial works for ROS groovy, but not fuerte. I will create a bug report. In the meantime, you can do this instead:

$ rosrun rqt_gui rqt_gui

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

Or, to get exactly the same, run

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

The tutorial works for ROS groovy, but not fuerte. I will create a bug report. In the meantime, you can 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

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

EDIT3: It seems the meantime, 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 can 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