-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
local_position_estimator and position_estimator_inav basic support or deprecation #11300
Comments
I'd like to implement one of the options before the next stable release of PX4 (v1.9.0). |
On it. I will start with LPE and set a MC mission box test. |
I think its time to deprecate - the level of QA on these is really poor compared to the rest of the system and its becoming a reputation risk. We can't drag them along if there are not developers using them and really depending on them. I would remove INAV for 1.9. |
FYI only, this has a docs implication in the devguide. |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
We've dropped position_estimator_inav. |
Currently EKF2 (ecl/EKF) is the default estimator for all platforms, but we still have the local_position_estimator (LPE), and position_estimator_inav in tree. Likely both still have small (stubborn?) user base.
LPE can be enabled with the
SYS_MC_EST_GROUP
parameter.I feel strongly that we either need to add a minimal support baseline for these estimators (simple testing) or start deprecating them. We're not helping users or the perception of PX4 in general by dragging things along that are unsupported, and quite possibly unsafe to use.
Options
Minimal baseline for upstream inclusion
sensor_bias
(https://github.com/PX4/Firmware/blob/master/msg/sensor_bias.msg) message, but neither LPE or INAV publish it.Begin deprecation
The text was updated successfully, but these errors were encountered: