mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AC_WPNav: remove unused get_wp_radius
This commit is contained in:
parent
6a4f4c5f8d
commit
15fc689085
@ -121,9 +121,6 @@ public:
|
|||||||
/// get_speed_z - returns target descent speed in cm/s during missions. Note: always positive
|
/// 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; }
|
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
|
/// get_wp_acceleration - returns acceleration in cm/s/s during missions
|
||||||
float get_wp_acceleration() const { return _wp_accel_cms.get(); }
|
float get_wp_acceleration() const { return _wp_accel_cms.get(); }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user