Skip to content

Commit

Permalink
Add rad/s
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
erikbosch committed Jun 24, 2024
1 parent 3844d39 commit 4de91c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/units.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ degrees/s:
unit: degree per second
quantity: angular-speed
allowed-datatypes: ['numeric']
rad/s:
definition: Angular speed measured in radians per second
unit: radians per second
quantity: angular-speed
allowed-datatypes: ['numeric']


# Power

Expand Down

0 comments on commit 4de91c7

Please sign in to comment.