AC_PrecLand: 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
This commit is contained in:
parent
1c300fa8a1
commit
de56459887
@ -29,7 +29,7 @@ const AP_Param::GroupInfo AC_PrecLand::var_info[] = {
|
||||
// @Range: 0 360
|
||||
// @Increment: 1
|
||||
// @User: Advanced
|
||||
// @Units: Centi-degrees
|
||||
// @Units: cdeg
|
||||
AP_GROUPINFO("YAW_ALIGN", 2, AC_PrecLand, _yaw_align, 0),
|
||||
|
||||
// @Param: LAND_OFS_X
|
||||
@ -38,7 +38,7 @@ const AP_Param::GroupInfo AC_PrecLand::var_info[] = {
|
||||
// @Range: -20 20
|
||||
// @Increment: 1
|
||||
// @User: Advanced
|
||||
// @Units: Centimeters
|
||||
// @Units: cm
|
||||
AP_GROUPINFO("LAND_OFS_X", 3, AC_PrecLand, _land_ofs_cm_x, 0),
|
||||
|
||||
// @Param: LAND_OFS_Y
|
||||
@ -47,7 +47,7 @@ const AP_Param::GroupInfo AC_PrecLand::var_info[] = {
|
||||
// @Range: -20 20
|
||||
// @Increment: 1
|
||||
// @User: Advanced
|
||||
// @Units: Centimeters
|
||||
// @Units: cm
|
||||
AP_GROUPINFO("LAND_OFS_Y", 4, AC_PrecLand, _land_ofs_cm_y, 0),
|
||||
|
||||
// @Param: EST_TYPE
|
||||
|
Loading…
Reference in New Issue
Block a user