mirror of https://github.com/ArduPilot/ardupilot
Tools: new parameter units
This commit is contained in:
parent
1976f3d2d6
commit
6199147fe2
|
@ -127,10 +127,12 @@ known_units = {
|
|||
'gravities': 'standard acceleration due to gravity' , # g_n would be a more correct unit, but IMHO no one understands what g_n means
|
||||
'octal' : 'octal' ,
|
||||
'RPM' : 'Revolutions Per Minute',
|
||||
'kg' : 'kilograms',
|
||||
'kg/m/m' : 'kilograms per square meter', # metre is the SI unit name, meter is the american spelling of it
|
||||
'kg/m/m/m': 'kilograms per cubic meter',
|
||||
'litres' : 'litres',
|
||||
'Ohm' : 'Ohm',
|
||||
'N' : 'Newtons',
|
||||
}
|
||||
|
||||
required_param_fields = [
|
||||
|
|
Loading…
Reference in New Issue