Commit 8e4c341b authored by ASN.1 Checker's avatar ASN.1 Checker
Browse files

Documentation update

parent 47e4b4f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -32,10 +32,10 @@ PerceivedObjectContainer ::= SEQUENCE {
### <a name="PerceivedObjects"></a>PerceivedObjects
### <a name="PerceivedObjects"></a>PerceivedObjects
Perceived Objects
Perceived Objects
 This DF provides a list of perceived objects represented in the coordinate system of the originating station:
 This DF provides a list of perceived objects represented in the coordinate system of the originating station:
 - For a vehicle, the  body-fixed coordinate system as provided by ISO 8855 originating at the ITS-station’s reference point. 
 - For a vehicle, the  body-fixed coordinate system as provided by ISO 8855 originating at the ITS-station�s reference point. 
 - For an RSU the coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z- axis to the vertical direction.
 - For an RSU the coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z- axis to the vertical direction.
```asn1
```asn1
PerceivedObjects::= SEQUENCE SIZE(0..255, ...) OF PerceivedObject (WITH COMPONENTS {... ,objectId ABSENT})
PerceivedObjects::= SEQUENCE SIZE(0..255, ...) OF PerceivedObject (WITH COMPONENTS {... ,objectId PRESENT})
```
```