ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.