@@ -237,12 +238,13 @@ This DE represents the value of the sub cause code of the [**CauseCode**](#Cause
- 8 - `looseChippings` - in case the low road adhesion is due to loose gravel or stone fragments on the road,
- 8 - `looseChippings` - in case the low road adhesion is due to loose gravel or stone fragments on the road,
- 9 - `instantBlackIce` - in case the low road adhesion is due to instant black ice on the road surface,
- 9 - `instantBlackIce` - in case the low road adhesion is due to instant black ice on the road surface,
- 10 - `roadsSalted` - when the low road adhesion is due to salted road,
- 10 - `roadsSalted` - when the low road adhesion is due to salted road,
- 11 - `flooding` - in case low road adhesion is due to flooding of the road.
- 11 - `flooding` - in case low road adhesion is due to flooding of the road,
- 12 - `waterOnRoad` - in case low road adhesion is due to a shallow layer of standing water on the road (not flooding).
- 12-255 - are reserved for future usage.
- 12-255 - are reserved for future usage.
**Categories:** Traffic information
**Categories:** Traffic information
**Revision:** _V1.3.1, name changed to AdhesionSubCauseCode in V2.4.1, value 11 moved from hazardousLocation-SurfaceCondition to this DE_
**Revision:** _V1.3.1, name changed to AdhesionSubCauseCode in V2.4.1, value 11 moved from hazardousLocation-SurfaceCondition to this DE and value 12 added in V2.4.1_
@@ -959,11 +962,13 @@ This DE represents the sub cause codes of the [**CauseCode**](#CauseCode) `colli
- 5 - `collisionRiskWithPedestrian` - in case the type of detected collision risk involves at least one pedestrian,
- 5 - `collisionRiskWithPedestrian` - in case the type of detected collision risk involves at least one pedestrian,
- 6 - `collisionRiskWithCyclist` - in case the type of detected collision risk involves at least one cyclist (and no pedestrians),
- 6 - `collisionRiskWithCyclist` - in case the type of detected collision risk involves at least one cyclist (and no pedestrians),
- 7 - `collisionRiskWithMotorVehicle` - in case the type of detected collision risk involves at least one motor vehicle (and no pedestrians or cyclists),
- 7 - `collisionRiskWithMotorVehicle` - in case the type of detected collision risk involves at least one motor vehicle (and no pedestrians or cyclists),
- 8-255 - are reserved for future usage.
- 8 - `erraticDriving` - in case the collision risk is due a vehicle exhibiting inconsistent and unpredictable actions like swerving, abrupt lane changes, and inconsistent speed.
- 9 - `recklessDriving` - in case the collision risk is due a vehicle exhibiting aggressive manoeuvres like tailgating and sudden lane changes and which ignores traffic rules.
- 10-255 - are reserved for future usage.
**Categories:** Traffic information
**Categories:** Traffic information
**Revision:** _V1.3.1, values 5-7 assigned in V2.2.1_
**Revision:** _V1.3.1, values 5-7 assigned in V2.2.1, values 8-9 added in V2.4.1_
This DE represents a single dimension of an object.
This DE represents a single dimension of an object.
The value shall be set to:
The value shall be set to:
-`n` (`n > 0` and `n < 255`) if the accuracy is equal to or less than n x 0,1 m, and more than (n-1) x 0,1 m,
-`n` (`n > 0` and `n < 255`) if the dimension is equal to or less than n x 0,1 m, and more than (n-1) x 0,1 m,
-`255` if the accuracy is out of range i.e. greater than 25,4 m,
-`255` if the dimension is out of range i.e. greater than 25,4 m,
-`256` if the data is unavailable.
-`256` if the dimension is unavailable.
**Unit:** _0,1 m_
**Unit:** _0,1 m_
**Categories:** Basic information
**Categories:** Basic information
**Revision:** _Created in V2.1.1_
**Revision:** _Created in V2.1.1, corrected the wording in V2.4.1_
```asn1
```asn1
ObjectDimensionValue ::= INTEGER {
ObjectDimensionValue ::= INTEGER {
outOfRange (255),
outOfRange (255),
@@ -3415,12 +3422,13 @@ The value shall be set to:
- 7 `setupPhase` - in case the work zone is being setup which, may comprise the closure of one or multiple lanes but the carriageway/road is not closed,
- 7 `setupPhase` - in case the work zone is being setup which, may comprise the closure of one or multiple lanes but the carriageway/road is not closed,
- 8 `remodellingPhase` - in case the work zone is being changed, which may comprise the closure of one or multiple lanes but the carriageway/road is not closed,
- 8 `remodellingPhase` - in case the work zone is being changed, which may comprise the closure of one or multiple lanes but the carriageway/road is not closed,
- 9 `dismantlingPhase` - in case the work zone is being dismantled after finished works, which comprised the closure of one or multiple lanes
- 9 `dismantlingPhase` - in case the work zone is being dismantled after finished works, which comprised the closure of one or multiple lanes
but the carriageway/road was not closed.
but the carriageway/road was not closed,
- 10-255 - are reserved for future usage.
- 10 `carriagewayCrossover` - in case the work zone includes lanes that are re-directed to another carriageway.
- 11-255 - are reserved for future usage.
**Categories:** Traffic information
**Categories:** Traffic information
**Revision:** _V1.3.1, values 7-9 added in V2.3.1, values 1, 3, 4 renamed in V2.4.1, value 2, 5 und 6 deprecated in V2.4.1_
**Revision:** _V1.3.1, values 7-9 added in V2.3.1, values 1, 3, 4 renamed in V2.4.1, value 2, 5 und 6 deprecated in V2.4.1, value 10 added in V2.4.1_
@@ -5113,14 +5123,13 @@ This DE represents the vehicle rotation around z-axis of the coordinate system c
-`32 766` to indicate that the yaw rate is greater than 327.65 degrees/second to the left,
-`32 766` to indicate that the yaw rate is greater than 327.65 degrees/second to the left,
-`32 767` to indicate that the information is not available.
-`32 767` to indicate that the information is not available.
The yaw rate value shall be a raw data value, i.e. not filtered, smoothed or otherwise modified.
The reading instant should be the same as for the vehicle acceleration.
The reading instant should be the same as for the vehicle acceleration.
**Unit:** _0,01 degree per second._
**Unit:** _0,01 degree per second._
**Categories:** Vehicle Information
**Categories:** Vehicle Information
**Revision:** _Desription revised in V2.1.1 (the meaning of 32766 has changed slightly)._
**Revision:** _Description revised in V2.1.1 (the meaning of 32766 has changed slightly). Requirement on raw data deleted in V2.4.1_
>>>
>>>
NOTE: The empty load vehicle is defined in ISO 1176 [[8]](#references), clause 4.6.
NOTE: The empty load vehicle is defined in ISO 1176 [[8]](#references), clause 4.6.
@@ -6194,6 +6203,7 @@ Fields:
* _orientation_ of type [**CartesianAngleValue**](#CartesianAngleValue) OPTIONAL<br>
* _orientation_ of type [**CartesianAngleValue**](#CartesianAngleValue) OPTIONAL<br>
the optional orientation of the major axis of the ellipse, measured with
the optional orientation of the major axis of the ellipse, measured with
positive values turning around the z-axis using the right-hand rule, starting from the X-axis.
positive values turning around the z-axis using the right-hand rule, starting from the X-axis.
If absent, the orientation is equal to the value zero.
* _height_ of type [**StandardLength12b**](#StandardLength12b) OPTIONAL<br>
* _height_ of type [**StandardLength12b**](#StandardLength12b) OPTIONAL<br>
the optional height, present if the shape is a right elliptical cylinder extending
the optional height, present if the shape is a right elliptical cylinder extending
@@ -6202,7 +6212,7 @@ Fields:
**Categories:** GeoReference information
**Categories:** GeoReference information
**Revision:** _Created in V2.1.1, the type of the field orientation changed and the description revised in V2.2.1_
**Revision:** _Created in V2.1.1, the type of the field orientation changed and the description revised in V2.2.1, added note on orientation in V2.4.1_
```asn1
```asn1
EllipticalShape ::= SEQUENCE {
EllipticalShape ::= SEQUENCE {
shapeReferencePoint CartesianPosition3d OPTIONAL,
shapeReferencePoint CartesianPosition3d OPTIONAL,
@@ -7131,7 +7141,7 @@ MapReferences::= SEQUENCE (SIZE(1..8,...)) OF MapReference
```
```
### <a name="MessageRateHz"></a>MessageRateHz
### <a name="MessageRateHz"></a>MessageRateHz
This DE indicates a message rate.
This DF indicates a message rate.
Fields:
Fields:
* _mantissa_ of type **INTEGER** (1..100)<br>
* _mantissa_ of type **INTEGER** (1..100)<br>
@@ -8328,18 +8338,19 @@ Fields:
represents half the breadth of the rectangle located in the X-Y Plane.
represents half the breadth of the rectangle located in the X-Y Plane.
* _orientation_ of type [**CartesianAngleValue**](#CartesianAngleValue) OPTIONAL<br>
* _orientation_ of type [**CartesianAngleValue**](#CartesianAngleValue) OPTIONAL<br>
represents the optional orientation of the length of the rectangle,
represents the optional orientation of the longer side of the rectangle,
measured with positive values turning around the Z-axis using the right-hand rule, starting from
measured with positive values turning around the Z-axis using the right-hand rule, starting from
the X-axis.
the X-axis. If absent, the orientation is equal to the value zero.
* _height_ of type [**StandardLength12b**](#StandardLength12b) OPTIONAL<br>
* _height_ of type [**StandardLength12b**](#StandardLength12b) OPTIONAL<br>
represents the optional height, present if the shape is a right rectangular prism
represents the optional height, present if the shape is a right rectangular prism
with height extending in the positive Z-axis.
with height extending in the positive Z-axis.
and description revised in V2.2.1, added sentence on absence in V2.4.1
**Categories:** GeoReference information
**Categories:** GeoReference information
**Revision:** _created in V2.1.1, centerPoint renamed to shapeReferencePoint, the type of the field orientation changed and description revised in V2.2.1_
**Revision:** _created in V2.1.1, centerPoint renamed to shapeReferencePoint, the type of the field orientation changed_