mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 02:17:07 +08:00
ekf2: update height source parameter documentation
This commit is contained in:
committed by
Lorenz Meier
parent
2ce8056b8f
commit
9e0ab5d266
@@ -498,8 +498,10 @@ PARAM_DEFINE_INT32(EKF2_AID_MASK, 1);
|
||||
*
|
||||
* @group EKF2
|
||||
* @value 0 Barometric pressure
|
||||
* @value 1 Reserved (GPS)
|
||||
* @value 1 GPS
|
||||
* @value 2 Range sensor
|
||||
* @value 3 Vision
|
||||
*
|
||||
*/
|
||||
PARAM_DEFINE_INT32(EKF2_HGT_MODE, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user