Is there any option to account for lever arm between sensors using insEKF
7 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Brian Fanous
2023-10-25
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 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!