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

Documentation update

parent e357ca9c
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -31,9 +31,7 @@ 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 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 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.
```asn1
```asn1
PerceivedObjects::= SEQUENCE SIZE(0..255, ...) OF PerceivedObject (WITH COMPONENTS {... ,objectId PRESENT})
PerceivedObjects::= SEQUENCE SIZE(0..255, ...) OF PerceivedObject (WITH COMPONENTS {... ,objectId PRESENT})
```
```