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

Filter validation #67

Open
juangallostra opened this issue Feb 26, 2019 · 1 comment
Open

Filter validation #67

juangallostra opened this issue Feb 26, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request next release
Projects

Comments

@juangallostra
Copy link
Member

Feature / Bug description

The main goal is to implement a successful Altitude Hold flight mode that can be used to fly the Mosquito.

To do so, we should validate that all the states required for flying in Altitude Hold mode are properly estimated. This means:

  1. Height (1 state)
  2. Vertical velocity (1 state)
  3. Orientation (4 states)
  4. Gyrometer bias (3 states)
  5. Accelerometer bias (3 states)

Although this are the required states and special care should be put on them, the full filter (16 true and nominal states and 15 error states) should be implemented for the next release.

Expected behavior

Required states to fly in Altitude Hold mode are estimated correctly.

@juangallostra juangallostra added enhancement New feature or request next release labels Feb 26, 2019
@juangallostra juangallostra self-assigned this Feb 26, 2019
@juangallostra juangallostra added this to the First official release milestone Mar 5, 2019
@acazorso7 acazorso7 added this to To Do in Release 1 Mar 15, 2019
@juangallostra juangallostra moved this from To Do to In process in Release 1 Mar 18, 2019
@juangallostra
Copy link
Member Author

juangallostra commented Mar 18, 2019

Things to check/implement:

  • Altitude estimation
  • Optical flow outlier detection & removal
  • Tune covariance(s) and parameters

@juangallostra juangallostra moved this from In process to Blocked in Release 1 Mar 26, 2019
@juangallostra juangallostra moved this from Blocked to In process in Release 1 Mar 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request next release
Projects
Release 1
In process
Development

No branches or pull requests

1 participant