Skip to content

Commit

Permalink
autotest: param_metadata: add jerk as a known unit
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and lthall committed Jul 8, 2024
1 parent ac5711b commit 1468f66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/autotest/param_metadata/param.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def has_param(self, pname):
'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
Expand Down

0 comments on commit 1468f66

Please sign in to comment.