mirror of https://github.com/ArduPilot/ardupilot
Copter: integrate get_spline_yaw
This commit is contained in:
parent
b42b12f7be
commit
3753550a72
|
@ -225,7 +225,7 @@ static void auto_spline_run()
|
|||
attitude_control.angle_ef_roll_pitch_rate_ef_yaw(wp_nav.get_roll(), wp_nav.get_pitch(), target_yaw_rate);
|
||||
}else{
|
||||
// roll, pitch from waypoint controller, yaw heading from auto_heading()
|
||||
attitude_control.angle_ef_roll_pitch_yaw(wp_nav.get_roll(), wp_nav.get_pitch(), get_auto_heading(),true);
|
||||
attitude_control.angle_ef_roll_pitch_yaw(wp_nav.get_roll(), wp_nav.get_pitch(), wp_nav.get_spline_yaw(),true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue