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

Revision history [back]

click to hide/show revision 1
initial version

It looks like you have memory corruption, and you're losing the first and last bytes of the serialized message.

The stock rosserial code makes some assumptions about the endianness of the underlying processor and the type sizes; you should check that your MSP-430 works the same way.