ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The Odometry message is huge (700+ bytes if I remember properly). This is WAY too big to publish from an arduino.
I suggest you either look at the alternative http://ros.org/wiki/ros_arduino_bridge or look into publishing a simpler message and writing a separate node to convert it into a full Odometry message.