mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Merge branch 'fw_autoland' into fw_autoland_att_tecs
This commit is contained in:
commit
e5fbf3bc51
@ -803,7 +803,7 @@ FixedwingPositionControl::control_position(const math::Vector2f ¤t_positio
|
||||
float flare_angle_rad = -math::radians(5.0f);//math::radians(global_triplet.current.param1)
|
||||
float land_pitch_min = math::radians(5.0f);
|
||||
float throttle_land = _parameters.throttle_min + (_parameters.throttle_max - _parameters.throttle_min) * 0.1f;
|
||||
float airspeed_land = _parameters.airspeed_min;
|
||||
float airspeed_land = 1.3f * _parameters.airspeed_min;
|
||||
float airspeed_approach = 1.3f * _parameters.airspeed_min;
|
||||
|
||||
float landing_slope_angle_rad = math::radians(_parameters.land_slope_angle);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user