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

IMU selection

asked 2016-09-13 18:32:19 -0500

matthewlefort gravatar image

updated 2016-09-14 17:41:39 -0500

Hi,

I'm just getting started with the robot_localization package and may aim is to fuse odometry and IMU data for a car like robot. I have an odometry sensor setup, but was wondering if there was an IMU someone suggests using for easy integration with robot_localization package.

I currently have a vn-100, but have been having a lot of difficulty with just getting it to give repeatable values. I am using the driver, but the orientation seems to differ at the beginning of every time the imu is initialized.

Is the VN-100 a good IMU for my robot platform, or would another IMU be easier to integrate with ROS and robot_localization?

Also, should gravity be included in the IMU reading for accelerations?

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
1

answered 2016-10-09 04:58:15 -0500

Tom Moore gravatar image

Just make sure that the IMU produces data in ENU frame. Most IMUs produce NED-frame data by default, which will not work with r_l. I may be incorrect, but looking at the VN-100 driver source, it appears to be copying data straight from the IMU, which indicates to me that it may be in the wrong frame. Please correct me if you find that's not accurate.

edit flag offensive delete link more
2

answered 2016-09-16 01:34:35 -0500

Gokul gravatar image

There are several IMU available which can be interfaced with ROS.For the list of IMU ,visit this page ROS Sensors.

I haven't worked with VN-100 sensor so I don't know how accurate the sensor is when compared to others. I have worked with razor imu from sparkfun. It was good and easy to integrate and the packages are available in this ROS razor

edit flag offensive delete link more

Comments

Great list! Thank you

matthewlefort gravatar image matthewlefort  ( 2016-09-19 12:32:34 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2016-09-13 18:32:19 -0500

Seen: 2,123 times

Last updated: Oct 09 '16