diff --git a/spec/Chassis/Chassis.vspec b/spec/Chassis/Chassis.vspec index 50a9385f8..fd826b110 100644 --- a/spec/Chassis/Chassis.vspec +++ b/spec/Chassis/Chassis.vspec @@ -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 # @@ -136,13 +138,13 @@ 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 @@ -150,7 +152,7 @@ SteeringWheel.Tilt: description: Steering wheel column tilt. 0 = Lowest position. 100 = Highest position. SteeringWheel.Extension: - datatype: uint8 + datatype: float type: actuator min: 0 max: 100