mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Plane: fixed typo in AP_Motors conversion
This commit is contained in:
parent
e7f7afcc4d
commit
52cc369f15
@ -1136,7 +1136,7 @@ bool QuadPlane::do_vtol_land(const AP_Mission::Mission_Command& cmd)
|
||||
}
|
||||
attitude_control->get_rate_roll_pid().reset_I();
|
||||
attitude_control->get_rate_pitch_pid().reset_I();
|
||||
attitude_control->get_rate_pitch_pid().reset_I();
|
||||
attitude_control->get_rate_yaw_pid().reset_I();
|
||||
pid_accel_z.reset_I();
|
||||
pi_vel_xy.reset_I();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user