mirror of https://github.com/ArduPilot/ardupilot
AC_WPNav: add comment above get_wp_radius_cm
This commit is contained in:
parent
427c08db26
commit
7744dda4b0
|
@ -140,6 +140,7 @@ public:
|
||||||
return get_wp_distance_to_destination() < _wp_radius_cm;
|
return get_wp_distance_to_destination() < _wp_radius_cm;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// get wp_radius parameter value in cm
|
||||||
float get_wp_radius_cm() const { return _wp_radius_cm; }
|
float get_wp_radius_cm() const { return _wp_radius_cm; }
|
||||||
|
|
||||||
/// update_wpnav - run the wp controller - should be called at 100hz or higher
|
/// update_wpnav - run the wp controller - should be called at 100hz or higher
|
||||||
|
|
Loading…
Reference in New Issue