mirror of https://github.com/ArduPilot/ardupilot
Copter: integrate AC_WPNav::get_yaw_rate_cds rename
This commit is contained in:
parent
94d4e5912b
commit
941cf6b293
|
@ -229,7 +229,7 @@ float Mode::AutoYaw::rate_cds() const
|
|||
return _rate_cds;
|
||||
|
||||
case AUTO_YAW_LOOK_AT_NEXT_WP:
|
||||
return copter.wp_nav->get_yaw_rate();
|
||||
return copter.wp_nav->get_yaw_rate_cds();
|
||||
}
|
||||
|
||||
// return zero turn rate (this should never happen)
|
||||
|
|
Loading…
Reference in New Issue