Robotics StackExchange | Archived questions

Rosserial_mbed issue - wrong checksum for topic id and msg

Hey all,

I have been working on mbed devices for a while and would want to integrate ROS into it for later purposes in the robot. I am using Nucleo F302R8 with MTi DK IMU. The code without ros works fine, no issues but eventually altered to ROS. Now the issue I have is that rosserial always loses sync or brings out different warning, in this case "wrong checksum for topic id and msg". I am publishing both GPS and IMU data through USB to Nucleo and the Nucleo reads using SPI protocol from motion tracker. There is no wiring as Nucleo has Arduino headers, thus the sensor is just stacked on top. I tried following solutions which did not work out:

Asked by EdCherie on 2019-01-09 10:56:50 UTC

Comments

Answers

You can try adding a delay to your loop, even a few milliseconds could make a difference.

Asked by busov on 2022-08-19 15:34:01 UTC

Comments