Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S2024 estimation gnss #78

Open
wants to merge 8 commits into
base: s2024
Choose a base branch
from
Open

S2024 estimation gnss #78

wants to merge 8 commits into from

Conversation

enguang2
Copy link
Collaborator

@enguang2 enguang2 commented May 7, 2024

  • 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.

Copy link

sonarqubecloud bot commented May 7, 2024

Quality Gate Passed Quality Gate passed

Issues
6 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please make the reference point a configuration setting?

@krishauser
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants