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

Implement RAIM for April Tags #93

Open
1 task
jkleiber opened this issue Feb 7, 2024 · 0 comments
Open
1 task

Implement RAIM for April Tags #93

jkleiber opened this issue Feb 7, 2024 · 0 comments
Labels
feature New feature or request

Comments

@jkleiber
Copy link
Member

jkleiber commented Feb 7, 2024

Purpose
The purpose of this addition is to add fault detection and exclusion to our vision pipeline such that erroneous/low confidence AprilTag readings do not enter our position estimate.

The concept is used in GPS navigation, and you can read more about RAIM here: https://en.wikipedia.org/wiki/Receiver_autonomous_integrity_monitoring

The fundamental idea is to reject outlier measurements if multiple navigation references are available. In RAIM, this is related to the number of GPS satellites in view. In our application it is related to the number of AprilTags in View

Project Scope

  • Add fault detection and exclusion to AprilTag measurements
@jkleiber jkleiber added the feature New feature or request label Feb 7, 2024
@jkleiber jkleiber added this to the Navigation Advanced milestone Feb 7, 2024
@jkleiber jkleiber modified the milestones: Navigation Advanced, Long Term Backlog Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants