Skip to content

Commit

Permalink
Refactor steering signals
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Jan 11, 2023
1 parent 8b5b69f commit 88fed27
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions spec/Chassis/Chassis.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ Axle.SteeringAngle:
datatype: float
type: sensor
unit: degrees
description: Bicycle model steering angle. Positive = degrees to the right. Negative = degrees to the left.
comment: Bicycle model steering angle refers to the angle that a centrally mounted wheel would have.
description: Single track two-axle model steering angle.
Angle according to ISO 8855. Positive = degrees to the left. Negative = degrees to the right.
comment: Single track two-axle model steering angle refers to the angle that a centrally mounted wheel would have.
VSS does not specify if the value should be the mean road wheel steer angle or the mean kinematic steer angle.
#
# Tire attributes
#
Expand Down Expand Up @@ -136,21 +138,21 @@ SteeringWheel:
description: Steering wheel signals

SteeringWheel.Angle:
datatype: int16
datatype: float
type: sensor
unit: degrees
description: Steering wheel angle. Positive = degrees to the left. Negative = degrees to the right.

SteeringWheel.Tilt:
datatype: uint8
datatype: float
type: actuator
min: 0
max: 100
unit: percent
description: Steering wheel column tilt. 0 = Lowest position. 100 = Highest position.

SteeringWheel.Extension:
datatype: uint8
datatype: float
type: actuator
min: 0
max: 100
Expand Down

0 comments on commit 88fed27

Please sign in to comment.