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

Unable to launch turtlebot_dashboard

asked 2013-02-17 11:06:27 -0500

TheSkyfall gravatar image

updated 2013-04-28 23:24:01 -0500

ipso gravatar image

Hello, I can not bring up the turtlebot_dashboard. When I try

 rosrun turtlebot_dashboard turtlebot_dashboard

I get

Couldn't find executable named rqt below /opt/ros/groovy/share/rqt_gui

any idea why? Thanks in advance

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-02-17 12:39:03 -0500

bit-pirate gravatar image

That's a bug in the current turtlebot_dashboard version. The new version contains only launchers and the new way to run the dashboard will be:

roslaunch turtlebot_dashboard turtlebot_dashboard.launch

(I just updated the wiki entry accordingly.)

In the meanwhile, this command should get things going for you:

rosrun rqt_gui rqt_gui -s turtlebot_dashboard

Be warned, a bunch of bugs in the dashboard have been fixed in the new version (which should get into public soon), so you may run into other issues when using the current dashboard.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-17 11:06:27 -0500

Seen: 146 times

Last updated: Feb 17 '13