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

MD5 Checksum cannot be null

asked 2013-02-15 04:52:03 -0500

Srogacki gravatar image

I start up a subscriber on my android device to listen to a publisher running on my computer. I receive the following error after my subscriber has been created and executed:

E/SubscriberHandshakeHandler(3885): Subscriber handshake failed: Incoming MD5 checksum cannot be null.

I believe it occurs on receipt of the first message, but I am not sure.

I am running jellybean on the tablet and groovy on the pc. They are connected over a wifi connection with the roscore running on the pc.

Any help is appreciated!

edit retag flag offensive close merge delete

Comments

Are you using the latest rosjava? How is the publisher written? In Java as well?

damonkohler gravatar image damonkohler  ( 2013-02-19 10:34:13 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-02-19 14:01:29 -0500

Srogacki gravatar image

I figured it out. I using a publisher with a custom-built message that was essentially serialized to a string, but still a custom-message in name. My subscriber was looking for std_msgs/String, but not receiving any, so the checksum was off.

Sorry for the confusion.

-Steve

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-02-15 04:52:03 -0500

Seen: 526 times

Last updated: Feb 19 '13