GEMstack icon indicating copy to clipboard operation
GEMstack copied to clipboard

S2024 estimation gnss

Open enguang2 opened this issue 9 months ago • 2 comments

  • This pull request will add a new EKFStateEstimator class to state_estimation.py.

    • The estimator is based on an error state Kalman filter between GNSS and IMU readings from the Septentrio INS receiver.
  • Key changes:

    • Main Logic: Implemented in ekf.py, modularized into propagate and measurement_update functions.
    • IMU Reading: gem_hardware.py is updated to obtain IMU readings.
    • Quaternion Functions: New quaternion-related functions have been added to transforms.py.

enguang2 avatar May 07 '24 14:05 enguang2

This seems to conflict with PR #75 . Whose solution is the one being adopted by the state estimation team?

krishauser avatar May 08 '24 05:05 krishauser