Hello, well, I want to get the linear and angular velocity of a vehicle based on the data of IMU and GPS. all the exemples I saw so far in the internet do a sensor fusion using Kalman filter to get the position not the velocity. Also we can get the transformation matrices between two set of points from the roll, pitch and Yaw angles, but I wonder if I can get the linear velocity taken t0 position as [0,0,0] and then devided the distance between two points over the timestamp. Actually the probleme here is the linear velocity because the angular velocity is already provided from the gyro. Pease any help will be appreciated.

Similar questions and discussions