Any pkg which computes position from IMU
Hi
I was wondering if anyone can point me to ros package which can compute position from IMU.
I guess by integrating the linear acceleration, one could get that, but wanted to know if there is a package for that.
If not, could you tell how to efficiently write a program for that
Thanks
Are you sure, you want to do that? Unless you spent a lot of money on the IMU the results are probably very noisy.
I would like to give it as one of the input to Extended Kalman Filter(robot_pose_ekf pkg) along with other sources of odometry. Unfortunately, robot_pose_ekf pkg only takes 3D orientation from IMU, So I was wondering if its possible to use 3D position too..