mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
geofence_params: clarify EKF vs baro altitude source
This commit is contained in:
committed by
Lorenz Meier
parent
d5c8d0a233
commit
2fc212e064
@@ -67,13 +67,12 @@ PARAM_DEFINE_INT32(GF_ACTION, 1);
|
||||
/**
|
||||
* Geofence altitude mode
|
||||
*
|
||||
* Select which altitude source should be used:
|
||||
* 0 = AMSL provided by GPS, 1 = Barometer AMSL altitude (assuming standard atmosphere pressure).
|
||||
* Select which altitude (AMSL) source should be used for geofence calculations.
|
||||
*
|
||||
* @min 0
|
||||
* @max 1
|
||||
* @value 0 AMSL provided by GPS
|
||||
* @value 1 Barometer AMSL altitude
|
||||
* @value 0 Autopilot estimator global position altitude (GPS)
|
||||
* @value 1 Raw barometer altitude (assuming standard atmospheric pressure)
|
||||
* @group Geofence
|
||||
*/
|
||||
PARAM_DEFINE_INT32(GF_ALTMODE, 0);
|
||||
|
||||
Reference in New Issue
Block a user