mirror of https://github.com/ArduPilot/ardupilot
Circle: integrate update_xy_controller name change
This commit is contained in:
parent
7e376bc517
commit
966340a02a
|
@ -149,7 +149,7 @@ void AC_Circle::update()
|
|||
}
|
||||
|
||||
// run loiter's position to velocity step
|
||||
_pos_control.update_pos_controller(false);
|
||||
_pos_control.update_xy_controller(false);
|
||||
}
|
||||
|
||||
// get_closest_point_on_circle - returns closest point on the circle
|
||||
|
|
Loading…
Reference in New Issue