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

move_base vs geometry_msgs/PoseStamped md5 error, Electric, deb-install

asked 2011-12-15 00:55:27 -0500

tom gravatar image

I've just been trying to run (for the first time, so maybe I just set something wrong) move_base together with gmapping on ROS Electric (on Ubuntu 10.04). As soon as move_base goes up, an error appears:

[ERROR] [1323959697.184014051]: Client [/move_base] wants topic /move_base/goal 
to have datatype/md5sum [move_base_msgs/MoveBaseActionGoal/660d6895a1b9a16dce51fbdd9a64a56b], 
but our version has [geometry_msgs/PoseStamped/d3812c3cbc69362b77dc0b19b345f8f5]. 
Dropping connection.

I've installed all ROS packages via apt-get. There has been some update today, so maybe some of the packages weren't rebuilt properly. Has anyone else noticed this problem?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
3

answered 2011-12-15 01:54:12 -0500

michikarg gravatar image

It seems like you´re somewhere mixing the actionlib-interface of move_base with the move_base_simple topic which expects to receive a geometry_msgs/PoseStamped. Are you running rviz and setting a goal-pose for the robot with it? If so, open the Tool Properties and (View-> Tool Properties) and set 2D Nav Goal to "move_base_simple"

edit flag offensive delete link more

Comments

OK, thanks a lot, seems to have been it. So it's my setup, I have to read a bit more about using gmapping with move_base and rviz, I guess.
tom gravatar image tom  ( 2011-12-15 02:17:01 -0500 )edit

Have you found a solution for this?

chbloca gravatar image chbloca  ( 2019-04-09 03:02:03 -0500 )edit

Question Tools

Stats

Asked: 2011-12-15 00:55:27 -0500

Seen: 2,253 times

Last updated: Apr 09 '19