mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
AC_WPNav: improve wp_speed_cm variable comments
This commit is contained in:
parent
66624c46a6
commit
f5431ff661
@ -281,7 +281,7 @@ protected:
|
||||
AC_Avoid *_avoid = nullptr;
|
||||
|
||||
// parameters
|
||||
AP_Float _wp_speed_cms; // maximum horizontal speed in cm/s during missions
|
||||
AP_Float _wp_speed_cms; // default maximum horizontal speed in cm/s during missions
|
||||
AP_Float _wp_speed_up_cms; // climb speed target in cm/s
|
||||
AP_Float _wp_speed_down_cms; // descent speed target in cm/s
|
||||
AP_Float _wp_radius_cm; // distance from a waypoint in cm that, when crossed, indicates the wp has been reached
|
||||
|
Loading…
Reference in New Issue
Block a user