mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
autotest: param_metadata: add jerk as a known unit
This commit is contained in:
parent
f906fffff7
commit
3ca15b23b9
@ -91,6 +91,7 @@ known_units = {
|
||||
'deg' : 'degrees' , # Not SI, but is some situations more user-friendly than radians
|
||||
'deg/s' : 'degrees per second' , # Not SI, but is some situations more user-friendly than radians
|
||||
'deg/s/s' : 'degrees per square second', # Not SI, but is some situations more user-friendly than radians
|
||||
'deg/s/s/s' : 'degrees per cube second', # Not SI, but is some situations more user-friendly than radians
|
||||
'cdeg' : 'centidegrees' , # Not SI, but is some situations more user-friendly than radians
|
||||
'cdeg/s' : 'centidegrees per second', # Not SI, but is some situations more user-friendly than radians
|
||||
'cdeg/s/s': 'centidegrees per square second' , # Not SI, but is some situations more user-friendly than radians
|
||||
|
Loading…
Reference in New Issue
Block a user