Skip to content

Commit

Permalink
Adding signals for width and turn diameter
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jaegervall <erik.jaegervall@se.bosch.com>
  • Loading branch information
erikbosch committed Sep 22, 2023
1 parent e4f8eb4 commit b62090e
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion spec/Vehicle/Vehicle.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,31 @@ Width:
type: attribute
default: 0
unit: mm
description: Overall vehicle width.
description: Overall vehicle width excluding mirrors, as defined by SAE J1100-2009 W103.

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

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

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

TurnDiameterCurbToCurb:
datatype: uint16
type: attribute
unit: mm
description: Minimum turn diameter, Curb-to-Curb.

#
# Trailer
Expand Down

0 comments on commit b62090e

Please sign in to comment.