mirror of https://github.com/ArduPilot/ardupilot
AC_WPNav: Remove unused function
This commit is contained in:
parent
23ec88e90a
commit
82ba9e06a1
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue