Skip to content

Commit 8597dc9

Browse files
committed
Add rad/s
COVESA VSS Standard Catalog already supports deg/s for angular speed, but in some areas rad/s is commonly used. This PR adds rad/s, so that it can be used both in the standard catalog as well as in user extensions. Signed-off-by: Erik Jaegervall <[email protected]>
1 parent 3844d39 commit 8597dc9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spec/units.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ degrees/s:
9696
unit: degree per second
9797
quantity: angular-speed
9898
allowed-datatypes: ['numeric']
99+
rad/s:
100+
definition: Angular speed measured in radians per second
101+
unit: radians per second
102+
quantity: angular-speed
103+
allowed-datatypes: ['numeric']
104+
99105

100106
# Power
101107

0 commit comments

Comments
 (0)