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

New debug_mode POS_EST that is useful for autonomous flight #8549

Merged
merged 1 commit into from Dec 6, 2022
Merged

New debug_mode POS_EST that is useful for autonomous flight #8549

merged 1 commit into from Dec 6, 2022

Conversation

ricardodeazambuja
Copy link
Contributor

A new debug mode called POS_EST was added because it was needed to make life easier while debugging the position estimation. This debug mode also gives the states of the estimations (EST_Z_VALID, EST_XY_VALID) and the sensors (EST_GPS_XY_VALID, EST_GPS_Z_VALID, EST_BARO_VALID, EST_SURFACE_VALID, EST_FLOW_VALID), all very useful for anything using the NAV flight modes (maybe it should even become a new MSP2_ESTIMATORS message...). Here is an example of how to read the debug mode using python.

@DzikuVx DzikuVx added this to the 6.0 milestone Dec 6, 2022
@DzikuVx
Copy link
Member

DzikuVx commented Dec 6, 2022

Amazing, thanks a lot for this change. And sorry it took me so long to review you work

@DzikuVx DzikuVx merged commit d6ffb4e into iNavFlight:master Dec 6, 2022
@ricardodeazambuja ricardodeazambuja deleted the new_debug_mode_pos_est branch December 6, 2022 14:00
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.

None yet

2 participants