File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ image::osi-context.png[1100]
11
11
12
12
13
13
OSI also defines interfaces for traffic participant models.
14
- These interfaces allow to send commands to traffic participant models and to receive their updated state.
14
+ The ``TrafficCommand`` interface allows to send commands to traffic participant models.
15
+ The ``TrafficUpdate`` interface allows to receive their updated state.
15
16
The following figure shows the interfaces of a generic traffic participant.
16
17
17
18
.Interface of a traffic participant
@@ -23,7 +24,8 @@ The following figure shows a more advanced use case for traffic participants.
23
24
.Traffic participant with sensor models, AD function, and dynamic model
24
25
image::osi-traffic-participant-advanced.png[1100]
25
26
26
- OSI currently provides only limited support for data structures describing measured internal states of the traffic participant.
27
+ The ``HostVehicleData`` interface describes the measured internal states of a traffic participant
28
+ OSI currently provides only limited support for data structures describing measured internal states traffic participants.
27
29
Actuator intentions are currently not covered by OSI and must be handled with a different data description format.
28
30
29
31
All fields in an interface are set to `optional` .
You can’t perform that action at this time.
0 commit comments