IMU and GPS Fusion for Inertial Navigation
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
does there exist a IMU and GPS fusion algorithm just with Acceleration and Gyroskop (without Magnetometer).
https://de.mathworks.com/help/fusion/examples/imu-and-gps-fusion-for-inertial-navigation.html
Thanks.
0 Commenti
Risposte (1)
Brian Fanous
il 11 Dic 2019
Modificato: Brian Fanous
il 11 Dic 2019
Roman
You can use either the insfilterMARG or the insfilterAsync without the Magnetometer. You will get drift in your orientation estimate because you are relying entirely on the gyroscope in this case. You may also get covariance growth in some of your magnetic field state estimates which you will have to account for in some way.
If you have something with a nonholonomic constraint, then insfilterNonholonomic would be a better choice.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!