mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
AC_AttControl: init throttle_hover in constructor
This commit is contained in:
parent
965db2c7f7
commit
50d2e98aa4
@ -31,6 +31,7 @@ AC_PosControl::AC_PosControl(const AP_AHRS& ahrs, const AP_InertialNav& inav,
|
||||
_dt_xy(POSCONTROL_DT_50HZ),
|
||||
_last_update_xy_ms(0),
|
||||
_last_update_z_ms(0),
|
||||
_throttle_hover(POSCONTROL_THROTTLE_HOVER),
|
||||
_speed_down_cms(POSCONTROL_SPEED_DOWN),
|
||||
_speed_up_cms(POSCONTROL_SPEED_UP),
|
||||
_speed_cms(POSCONTROL_SPEED),
|
||||
|
Loading…
Reference in New Issue
Block a user