IMU Messages
Hello all,
I am using an arduino to produce acceleration data for a robot without encoders (I know that this is indeed a HORRIBLE idea). I have a small, 2D [x, y], plus or minus 6g accelerometer. I am getting the values by translating it to g's, then multiplying that by 9.80665 to get the m/s^2 readings. So, now that I have this, what do I do with the unfillable values inside a sensor_msgs/Imu message? And, once I do that, will this be able to be filtered in the robot_pose_ekf?
thanks,
-Hunter A.
The robot is very small and won't have a possible camera mount.