Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 595 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 595 Bytes

RIEKF

  • See IEKF to understand the theories

  • See RIEKF.m to see the code;

    • use IMU to perform prediction()
    • use GPS's position to perform correction
      • use the adjoint to put it on the left, then we put it back to the right
    • use odometry() to combine wheel vehicle's non-holonomic constraint and encoder to perform correction
    • use nonholonomic() to correct the state by the non-holonomic assumption
  • not finished:

    • LIEKF.m

This code is mostly modified from the GitHub repo, Invariant-ekf.