Does ros_arduino_bridge support a gyro or imu?
I am using ros_arduino_bridge to operate an arduino-based robot and it works well both for odometry and motor driving. However, I want to add a gyro to enable better calibration and also to then have the functionality of a turtlebot. Then it is easy to add additional sensors such as a kinect.
I know that I could write stand-alone routines to feed the gyro data directly, but it is a hurdle to get a sufficient understanding of nav msgs and figure out the details of how to correctly publish that data. Since ros_arduino_bridge does such a nice job with wheel odometry, I am hoping that there is a way to incorporate gyro data.