how i can use raw imu data

asked 2016-06-11 11:15:46 -0500

ghaith gravatar image

hi i'm trying to use the raw imu data angular velocities, accelerations i am using mpu6050 with arduino mega i can publish angular velocities, and linear velocite now i'm trying to to get orenation i try to use imu tool package but i don't know if i need to run it or launch i try to run or launch imu tool but nothing happen i can't find any launch or run on it, and no problem occure in the install . i wana ask how to use imu tool package and is there any other way to filter the data. this is the data i git orientation: x: 0.0 y: 0.0 z: 0.0 w: 0.0 orientation_covariance: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] angular_velocity: x: -571.0 y: 149.0 z: -433.0 angular_velocity_covariance: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] linear_acceleration: x: -244.0 y: 340.0 z: 17724.0

linear_acceleration_covariance: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]

edit retag flag offensive close merge delete