Commit 92ad3e49 authored by urhahne's avatar urhahne
Browse files

cosmetic changes to AVP_commons

parent b729341d
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -66,7 +66,8 @@ OEMSpecificData ::= UInt16


/** 
 * This type represents the container of data elements to indicate the vehicle's overall position in a cartesian coordinate system 
 * This type represents the container of data elements to indicate the vehicle's overall position in a cartesian coordinate system.
 * The location is projected to the ground, elevation is not considered .
 *
 * It includes the following components: 
 *
@@ -74,16 +75,14 @@ OEMSpecificData ::= UInt16
 * 
 * @field y: The position in x direction
 *
 * @field psi: The orientation of the vehicle's driving direction
 * @field psi: The orientation of the vehicle's driving direction.  x (North) axis of the reference coordinate system.
 *
*/
Pose ::= SEQUENCE { -- Projected to the ground, elevation not considered
                    -- x and y are cartesian coordinates
Pose ::= SEQUENCE {  

  x Centimetre,
  y Centimetre,     -- The reference point of the vehicle is in the center of the rear axle
  psi Psi           -- Attitude of the vehicle relative to the x axis.
                    -- Angle between the longitudinal axis of the vehicle and the 
                    -- x (North) axis of the reference coordinate system
  y Centimetre,     
  psi Psi           
}


@@ -285,7 +284,7 @@ Description ::= IA5String (SIZE(1..200))
 * @field dataID: The data element is usable to identify the originating system (RVO or vehicle). It is of free choice;
 *                It is negotiated between the RVO and the vehicle OEM in case they want to identify each other with this signal
 *
 * @field crc32: The CRC is calculated in byte limits of the body container, considering the data element length. The signal crc32 itself is excluded from the payload
 * @field crc32: The CRC is calculated in byte limits of the body container, considering the data element length. The signal crc32 itself is excluded from the payload.
 *
*/
ParkingControlE2EProtection ::= SEQUENCE {