Skip to content

Commit

Permalink
Add wheel angular speed
Browse files Browse the repository at this point in the history
Also changing description of existing signal,
but semantics should be the same.

Signed-off-by: Erik Jaegervall <[email protected]>
  • Loading branch information
erikbosch committed Mar 11, 2024
1 parent f3b7c0f commit ca3959b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion spec/Chassis/Wheel.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,17 @@ Tire.Temperature:
#
# Wheel signals
#

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

AngularSpeed:
datatype: float
type: sensor
unit: degrees/s
description: Angular (Rotational) speed of a vehicle's wheel.
comment: Positive if wheel is trying to drive vehicle forward.
Negative if wheel is trying to drive vehicle backward.

0 comments on commit ca3959b

Please sign in to comment.