Browse Source

AC_WPNav: remove unused get_wp_radius

master
Randy Mackay 10 years ago
parent
commit
15fc689085
  1. 3
      libraries/AC_WPNav/AC_WPNav.h

3
libraries/AC_WPNav/AC_WPNav.h

@ -121,9 +121,6 @@ public: @@ -121,9 +121,6 @@ public:
/// get_speed_z - returns target descent speed in cm/s during missions. Note: always positive
float get_accel_z() const { return _wp_accel_z_cms; }
/// get_wp_radius - access for waypoint radius in cm
float get_wp_radius() const { return _wp_radius_cm; }
/// get_wp_acceleration - returns acceleration in cm/s/s during missions
float get_wp_acceleration() const { return _wp_accel_cms.get(); }

Loading…
Cancel
Save