Is there any option to account for lever arm between sensors using insEKF
7 views (last 30 days)
Show older comments
Benjamin Svedberg
on 24 Oct 2023
Answered: Brian Fanous
on 25 Oct 2023
I am using the insEKF class to fuse IMU and GNSS data in order to estimate a vehicle position. I have multiple antennas and would like to be able to account for the distance between the antennas and my IMU. Is there any built in option to use or does anyone have any idea on how to do so without messing up with my Kalman filter.
0 Comments
Accepted Answer
Brian Fanous
on 25 Oct 2023
First, I'd suggest trying the insEKF without handling the lever arm and see if the performance is adequate.
If that doesn't work, you can build a custom sensor plugin for the insEKF to handle sensors at a lever arm. There are several examples of custom sensor plugins for the insEKF. Here's a good one to start with : https://www.mathworks.com/help/fusion/ug/design-fusion-filter-for-custom-sensors.html
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!