mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
vtol_att_control_params.c param metadata
This commit is contained in:
@@ -249,7 +249,7 @@ PARAM_DEFINE_FLOAT(VT_ARSP_BLEND, 8.0f);
|
||||
PARAM_DEFINE_FLOAT(VT_ARSP_TRANS, 10.0f);
|
||||
|
||||
/**
|
||||
* Enable optimal recovery strategy for pitch-weak tailsitters
|
||||
* Optimal recovery strategy for pitch-weak tailsitters
|
||||
*
|
||||
* @boolean
|
||||
* @group VTOL Attitude Control
|
||||
@@ -257,7 +257,7 @@ PARAM_DEFINE_FLOAT(VT_ARSP_TRANS, 10.0f);
|
||||
PARAM_DEFINE_INT32(VT_OPT_RECOV_EN, 0);
|
||||
|
||||
/**
|
||||
* Enable weather-vane mode landings for missions
|
||||
* Weather-vane mode landings for missions
|
||||
*
|
||||
* @boolean
|
||||
* @group VTOL Attitude Control
|
||||
@@ -279,7 +279,7 @@ PARAM_DEFINE_INT32(VT_WV_LND_EN, 0);
|
||||
PARAM_DEFINE_FLOAT(VT_WV_YAWR_SCL, 0.15f);
|
||||
|
||||
/**
|
||||
* Enable weather-vane mode for loiter
|
||||
* Weather-vane mode for loiter
|
||||
*
|
||||
* @boolean
|
||||
* @group VTOL Attitude Control
|
||||
|
||||
Reference in New Issue
Block a user