mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 22:58:10 +08:00
committed by
Lorenz Meier
parent
1cd0ca9c6c
commit
757d905089
@@ -528,12 +528,13 @@ PARAM_DEFINE_FLOAT(FW_FLAPS_SCL, 1.0f);
|
||||
PARAM_DEFINE_FLOAT(FW_FLAPERON_SCL, 0.0f);
|
||||
|
||||
/**
|
||||
* Disable airspeed sensor
|
||||
* Airspeed mode
|
||||
*
|
||||
* For small wings or VTOL without airspeed sensor this parameter can be used to
|
||||
* enable flying without an airspeed reading
|
||||
*
|
||||
* @boolean
|
||||
* @value 0 Normal (use airspeed if available)
|
||||
* @value 1 Airspeed disabled
|
||||
* @group FW Attitude Control
|
||||
*/
|
||||
PARAM_DEFINE_INT32(FW_ARSP_MODE, 0);
|
||||
|
||||
Reference in New Issue
Block a user