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

local_position_estimator and position_estimator_inav basic support or deprecation #11300

Closed
dagar opened this issue Jan 25, 2019 · 6 comments
Closed

Comments

@dagar
Copy link
Member

dagar commented Jan 25, 2019

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

  1. Minimal baseline for upstream inclusion

    1. simple SITL tests
    2. occasional flight test
    3. volunteer willing to commit to reviewing all LPE and INAV labelled issues
    4. (later) new c++ interface to enforce estimator publishing requirements.
  2. Begin deprecation

    1. move to examples
    2. remove or modify SYS_MC_EST_GROUP parameter to prevent direct user usage
    3. delete entirely after a major release or two in examples
@dagar dagar added this to the Release v1.9.0 milestone Jan 25, 2019
@dagar
Copy link
Member Author

dagar commented Jan 25, 2019

I'd like to implement one of the options before the next stable release of PX4 (v1.9.0).

@TSC21
Copy link
Member

TSC21 commented Jan 25, 2019

On it. I will start with LPE and set a MC mission box test.

@LorenzMeier
Copy link
Member

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.

@hamishwillee
Copy link
Contributor

FYI only, this has a docs implication in the devguide.

@stale stale bot closed this as completed Jul 8, 2019
@julianoes julianoes reopened this Jul 15, 2019
@stale stale bot removed the Admin: Wont fix label Jul 15, 2019
@PX4 PX4 deleted a comment from stale bot Jul 15, 2019
@PX4 PX4 deleted a comment from stale bot Jul 15, 2019
@stale
Copy link

stale bot commented Oct 13, 2019

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

@stale stale bot added the stale label Oct 13, 2019
@dagar
Copy link
Member Author

dagar commented Oct 13, 2019

We've dropped position_estimator_inav.

@dagar dagar closed this as completed Oct 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants