Skip to content

Commit

Permalink
Add steering angle
Browse files Browse the repository at this point in the history
This adds steering angle for road wheels.

Signed-off-by: Erik Jaegervall <erik.jaegervall@se.bosch.com>
  • Loading branch information
erikbosch authored and jdacoello committed Feb 15, 2023
1 parent 64cbe3a commit cfbcaff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion spec/Chassis/Chassis.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,13 @@ Axle.WheelWidth:
unit: inch
description: Width of wheels (rims without tires), in inches, as per ETRTO / TRA standard.


Axle.SteeringAngle:
datatype: float
type: sensor
unit: degrees
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

0 comments on commit cfbcaff

Please sign in to comment.