Skip to content

Commit

Permalink
Adding signals for width and turning diameter
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jaegervall <[email protected]>
  • Loading branch information
erikbosch committed Oct 19, 2023
1 parent e4f8eb4 commit 2b38850
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions spec/Vehicle/Vehicle.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -394,12 +394,37 @@ Height:
description: Overall vehicle height.

Width:
deprecation: v4.1 replaced with WidthExcludingMirrors and WidthIncludingMirrors
datatype: uint16
type: attribute
default: 0
unit: mm
description: Overall vehicle width.

WidthExcludingMirrors:
datatype: uint16
type: attribute
default: 0
unit: mm
description: Overall vehicle width excluding mirrors, as defined by SAE J1100-2009 W103.

WidthIncludingMirrors:
datatype: uint16
type: attribute
unit: mm
description: Overall vehicle width including mirrors, as defined by SAE J1100-2009 W144.

WidthFoldedMirrors:
datatype: uint16
type: attribute
unit: mm
description: Overall vehicle width with mirrors folded, as defined by SAE J1100-2009 W145.

TurningDiameter:
datatype: uint16
type: attribute
unit: mm
description: Minimum turning diameter, Wall-to-Wall, as defined by SAE J1100-2009 D102.

#
# Trailer
Expand Down

0 comments on commit 2b38850

Please sign in to comment.