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

Problems with the Turtlebot Dashboard Launch

asked 2013-03-10 10:44:12 -0500

smkybear15 gravatar image

When I type in rqt -s turtlebot_dashboard to terminal I get the error

WARNING: Package name "swig-wx" does not follow the naming conventions. It should start with a lower case letter and only contain lower case letters, digits and underscores. WARNING: Package name "swig-wx" does not follow the naming conventions. It should start with a lower case letter and only contain lower case letters, digits and underscores. RosPyPluginProvider.discover() could not find ROS master, all rospy-based plugins are disabled qt_gui_main() found no plugin matching "turtlebot_dashboard"

What do I do to launch the Dashboard?

edit retag flag offensive close merge delete

Comments

You could overlook this warning. I get this warning every time and it's not a problem.

prasanna.kumar gravatar image prasanna.kumar  ( 2013-03-11 09:02:58 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
1

answered 2013-03-15 12:21:55 -0500

mpthompson gravatar image

updated 2013-03-17 09:07:09 -0500

I believe Groovy by default assumes a TurtleBot is using a Kabuki base with related drivers and sensors. When using a TurtleBot with the Create base, you'll see errors similar to that in the original post.

For me the key to getting a dashboard up with the Create base is to set the following environment variables on both the robot laptop and the remote workstation:

export TURTLEBOT_BASE=create
export TURTLEBOT_STACKS=circles
export TURTLEBOT_3D_SENSOR=kinect

I can then get a working dashboard by running the following on the robot laptop:

roslaunch turtlebot_bringup minimal.launch

And the following command on my workstation laptop:

roslaunch turtlebot_dashboard turtlebot_dashboard.launch
edit flag offensive delete link more

Comments

You are right.

Chik gravatar image Chik  ( 2013-03-17 18:46:42 -0500 )edit
0

answered 2013-03-10 19:42:55 -0500

Chik gravatar image

could not find ROS master, which means the connection between the workstation and the turtlebot laptop is not working. You can check

echo $ROS_MASTER_URI

echo $ROS_HOSTNAME

edit flag offensive delete link more

Comments

I'm getting the same errors as smkybear15 regarding: qt_gui_main() found no plugin matching "turtlebot_dashboard". ROS_MASTER_URI and ROS_HOSTNAME are not a problem. What else could be causing this error?

mpthompson gravatar image mpthompson  ( 2013-03-15 11:58:11 -0500 )edit

Question Tools

Stats

Asked: 2013-03-10 10:44:12 -0500

Seen: 950 times

Last updated: Mar 17 '13