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

Ardu IMU+ V3 drivers

asked 2011-12-11 05:32:16 -0500

Chrimo gravatar image

updated 2014-01-28 17:10:59 -0500

ngrennan gravatar image

Hi community, Has anybody tried to use an Ardu-IMU with ros ? The new version Ardu-IMU V3 seems to be very interesting and powerful... Its xmas-time and I like to buy one for my robot :-)

Cheers Christian

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2011-12-11 09:37:21 -0500

fergs gravatar image

As the ArduIMU is using an atmega328 and arduino IDE for development, it would probably be pretty easy to modify the provided source code to use rosserial_arduino and publish the data over an FTDI cable to a ROS powered computer.

edit flag offensive delete link more

Comments

For those that stumble upon this page, rosserial cannot publish a full IMU message due to the hardware buffer length so your best bet is to publish data in a flat array and then republish it in the sensor_msgs/IMU message. :-)

Dereck gravatar image Dereck  ( 2013-11-01 03:36:45 -0500 )edit

Question Tools

Stats

Asked: 2011-12-11 05:32:16 -0500

Seen: 641 times

Last updated: Dec 11 '11