Skip to content

Commit

Permalink
Plane: use renamed AC_WPNav::get_yaw_cd
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Aug 28, 2024
1 parent 953b0f0 commit 613c0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduPlane/quadplane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3176,7 +3176,7 @@ void QuadPlane::waypoint_controller(void)
disable_yaw_rate_time_constant();
attitude_control->input_euler_angle_roll_pitch_yaw(plane.nav_roll_cd,
plane.nav_pitch_cd,
wp_nav->get_yaw(),
wp_nav->get_yaw_cd(),
true);

// climb based on altitude error
Expand Down

0 comments on commit 613c0e3

Please sign in to comment.