This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 480
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44a7937
commit 5c3788c
Showing
1 changed file
with
9 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,22 @@ | ||
# Switching State Estimators | ||
This page shows you which state estimators are available and how you can switch between them. | ||
|
||
## Available estimators | ||
|
||
**1. Q attitude estimator** | ||
|
||
The attitude Q estimator is a very simple, quaternion based complementary filter for attitude. | ||
|
||
**2. INAV position estimator** | ||
|
||
The INAV position estimator is a complementary filter for 3D position and velocity states. | ||
|
||
|
||
**3. LPE position estimator** | ||
This page shows you which state estimators are available and how you can switch between them. | ||
|
||
The LPE position estimator is an extended kalman filter for 3D position and velocity states. | ||
## Available #stimators | ||
|
||
**4. EKF2 attitude, position and wind states estimator** | ||
The available estimators are: | ||
- **Q attitude estimator** - The attitude Q estimator is a very simple, quaternion based complementary filter for attitude. | ||
- **INAV position estimator** - The INAV position estimator is a complementary filter for 3D position and velocity states. | ||
- **LPE position estimator** - The LPE position estimator is an extended kalman filter for 3D position and velocity states. | ||
- **EKF2 attitude, position and wind states estimator** - EKF2 is an extended kalman filter estimating attitude, 3D position / velocity and wind states. | ||
|
||
EKF2 is an extended kalman filter estimating attitude, 3D position / velocity and wind states. | ||
## How to Enable Different Estimators | ||
|
||
## How to enable different estimators | ||
For multirotors and VTOL use the parameter **SYS_MC_EST_GROUP** to chose between the following configurations. | ||
For multirotors and VTOL use the parameter [SYS_MC_EST_GROUP](../advanced/parameter_reference.md#SYS_MC_EST_GROUP) to choose between the following configurations. | ||
|
||
|
||
| SYS_MC_EST_GROUP | Q Estimator| INAV | LPE | EKF2 | | ||
| --- | --- | --- | --- | --- | | ||
| 0 | enabled | enabled | | | | ||
| 1 | enabled | | enabled | | | ||
| 2 | | | | enabled | | ||
|
||
|