autotest: param_metadata: add jerk as a known unit

This commit is contained in:
Peter Barker 2024-07-08 19:06:08 +10:00 committed by Peter Barker
parent f906fffff7
commit 3ca15b23b9

View File

@ -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