Browse Source

AP_Rally: Use SI units conventions in parameter units

Follow the rules from:
http://physics.nist.gov/cuu/Units/units.html
http://physics.nist.gov/cuu/Units/outside.html
and
http://physics.nist.gov/cuu/Units/checklist.html
one further constrain is that only printable (7bit) ASCII characters are allowed
master
Dr.-Ing. Amilcar Do Carmo Lucas 8 years ago committed by Andrew Tridgell
parent
commit
a1de89a812
  1. 2
      libraries/AP_Rally/AP_Rally.cpp

2
libraries/AP_Rally/AP_Rally.cpp

@ -41,7 +41,7 @@ const AP_Param::GroupInfo AP_Rally::var_info[] = { @@ -41,7 +41,7 @@ const AP_Param::GroupInfo AP_Rally::var_info[] = {
// @DisplayName: Rally Limit
// @Description: Maximum distance to rally point. If the closest rally point is more than this number of kilometers from the current position and the home location is closer than any of the rally points from the current position then do RTL to home rather than to the closest rally point. This prevents a leftover rally point from a different airfield being used accidentally. If this is set to 0 then the closest rally point is always used.
// @User: Advanced
// @Units: kilometers
// @Units: km
// @Increment: 0.1
AP_GROUPINFO("LIMIT_KM", 1, AP_Rally, _rally_limit_km, RALLY_LIMIT_KM_DEFAULT),

Loading…
Cancel
Save