Is it possible to combine all the data with a kalman filter even when
the GPS data rate is 1 Hz and the IMU data rate is 200Hz?
Can the kalman filter also estimate roll and pitch?
Any links to ready made kalman filters for this purpose?
I believe you can. Just imagine that you can have 199 interpolated gps
outputs with increasing degree of uncertainty if you like. Or maybe just use
the last GPS reading. If your speed is low enough, it shouldn't make a huge
difference.
What may make a huge difference is to select a few good GPS readings (use
speed, DOP, satellites, etc to determine what a "good" GPS reading is) to
re-calibrate the inertial measurement devices and decrease the effects of
drift.
Cheers
Padu
>
> Can the kalman filter also estimate roll and pitch?
>
> Any links to ready made kalman filters for this purpose?
What I want is ready made code (maby in ANIS C) so I can use it.
bungalo...@yahoo.com skrev: