Plane: remove quadplane calls to multicopter poscontrol's freeze_ff_xy

This commit is contained in:
Leonard Hall 2017-06-27 22:19:20 +09:00 committed by Randy Mackay
parent 01d1d41302
commit aa47b19dea

View File

@ -1798,8 +1798,6 @@ void QuadPlane::vtol_position_controller(void)
const Vector3f& curr_pos = inertial_nav.get_position();
pos_control->set_xy_target(curr_pos.x, curr_pos.y);
pos_control->freeze_ff_xy();
// nav roll and pitch are controller by position controller
plane.nav_roll_cd = pos_control->get_roll();