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

How to solve md5sum error

asked 2022-11-09 06:14:05 -0500

draj gravatar image

updated 2022-11-09 08:16:45 -0500

ljaniec gravatar image

Hello Everyone,

I am using ROS Noetic on Ubuntu 20.04. I am new to ROS and facing this issue :

[ERROR] [1667991720.986948870]: Client [/rviz_1667990140976545361] wants topic /tf_static to have datatype/md5sum [tf2_msgs/TFMessage/94810edda583a504dfda3829e70d7eec], but our version has [geometry_msgs/TransformStamped/b5764a33bfeb3588febc2682852579b0]. Dropping connection.

I tried reading and implementing few thing suggested by the community but it didn't work for me. So I am asking this again. Also, just for the clearance the .bag file which I am trying to run was of ROS2 but I converted it to ROS1. Could this be the issue?

KIndly help

edit retag flag offensive close merge delete

Comments

Your question lacks concrete topic, details of things you tried to implement, code snippets, links, error logs etc. Please update your question.

ljaniec gravatar image ljaniec  ( 2022-11-09 07:27:31 -0500 )edit

Hello, I am trying to paste the error, but it i not being published

draj gravatar image draj  ( 2022-11-09 08:17:57 -0500 )edit

@Ijaniec thank you for updating

draj gravatar image draj  ( 2022-11-09 08:19:32 -0500 )edit
ljaniec gravatar image ljaniec  ( 2022-11-09 08:19:46 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-11-10 03:02:16 -0500

NEngelhard gravatar image

It looks like you are publishing message of type "geometry_msgs/TransformStamped" of /tf_static which expects /tf2_msgs/TFMessage. That does not work. A TFMessage contains multiple TransformStamped, but you need exactly the same types for publisher and subscriber.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2022-11-09 06:14:05 -0500

Seen: 99 times

Last updated: Nov 10 '22