mirror of https://github.com/ArduPilot/ardupilot
Plane: use renamed AC_WPNav::get_yaw_cd
This commit is contained in:
parent
0f59779bca
commit
1552b72596
|
@ -3197,7 +3197,7 @@ void QuadPlane::waypoint_controller(void)
|
||||||
disable_yaw_rate_time_constant();
|
disable_yaw_rate_time_constant();
|
||||||
attitude_control->input_euler_angle_roll_pitch_yaw(plane.nav_roll_cd,
|
attitude_control->input_euler_angle_roll_pitch_yaw(plane.nav_roll_cd,
|
||||||
plane.nav_pitch_cd,
|
plane.nav_pitch_cd,
|
||||||
wp_nav->get_yaw(),
|
wp_nav->get_yaw_cd(),
|
||||||
true);
|
true);
|
||||||
|
|
||||||
// climb based on altitude error
|
// climb based on altitude error
|
||||||
|
|
Loading…
Reference in New Issue