mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 22:57:36 +08:00
Merge branch 'fw_autoland' into fw_autoland_att_tecs
This commit is contained in:
@@ -800,7 +800,7 @@ FixedwingPositionControl::control_position(const math::Vector2f ¤t_positio
|
||||
/* apply minimum pitch (flare) and limit roll if close to touch down, altitude error is negative (going down) */
|
||||
// XXX this could make a great param
|
||||
|
||||
float flare_angle_rad = math::radians(10.0f);//math::radians(global_triplet.current.param1)
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user