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 May 6, 2024
1 parent 07bfa98 commit e3ea785
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 e3ea785

Please sign in to comment.