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 7399793
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions spec/Chassis/Chassis.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ 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.
#
# Tire attributes
#
Expand Down Expand Up @@ -136,21 +137,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 7399793

Please sign in to comment.