mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-13 10:03:57 -03:00
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
Block a user