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:
Height (1 state)
Vertical velocity (1 state)
Orientation (4 states)
Gyrometer bias (3 states)
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.
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:
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.