mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
parent
538d9ada25
commit
bada390dde
@ -614,7 +614,7 @@ FixedwingPositionControl::FixedwingPositionControl() :
|
||||
|
||||
_parameter_handles.land_slope_angle = param_find("FW_LND_ANG");
|
||||
_parameter_handles.land_H1_virt = param_find("FW_LND_HVIRT");
|
||||
_parameter_handles.land_flare_alt_relative = param_find("FW_LND_FL_ALT");
|
||||
_parameter_handles.land_flare_alt_relative = param_find("FW_LND_FLALT");
|
||||
_parameter_handles.land_flare_pitch_min_deg = param_find("FW_LND_FL_PMIN");
|
||||
_parameter_handles.land_flare_pitch_max_deg = param_find("FW_LND_FL_PMAX");
|
||||
_parameter_handles.land_thrust_lim_alt_relative = param_find("FW_LND_TLALT");
|
||||
|
||||
@ -198,7 +198,7 @@ PARAM_DEFINE_FLOAT(FW_THR_IDLE, 0.15f);
|
||||
* Throttle limit value before flare
|
||||
*
|
||||
* This throttle value will be set as throttle limit at FW_LND_TLALT,
|
||||
* before arcraft will flare.
|
||||
* before aircraft will flare.
|
||||
*
|
||||
* @unit norm
|
||||
* @min 0.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user