AC_WPNav: Remove unused function

This commit is contained in:
Leonard Hall 2021-07-09 19:14:14 +09:30 committed by Randy Mackay
parent feae762e64
commit 59909970fa
1 changed files with 0 additions and 2 deletions

View File

@ -201,8 +201,6 @@ public:
// get target yaw in centi-degrees
float get_yaw() const { return _pos_control.get_yaw_cd(); }
float get_yaw_rate_cds() const { return _pos_control.get_yaw_rate_cds(); }
/// advance_wp_target_along_track - move target location along track from origin to destination
bool advance_wp_target_along_track(float dt);