Skip to content

Commit

Permalink
feat: Add data point Wheel.Speed
Browse files Browse the repository at this point in the history
  • Loading branch information
jdacoello committed Feb 15, 2023
1 parent 4c9cef3 commit 93119b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spec/Chassis/Wheel.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,13 @@ Tire.Temperature:
type: sensor
unit: celsius
description: Tire temperature in Celsius.


#
# Wheel signals
#
Speed:
datatype: float
type: sensor
unit: km/h
description: Rotational speed of a vehicle's wheel.

0 comments on commit 93119b0

Please sign in to comment.