Skip to content

Commit 7e3325c

Browse files
committed
feat(docs): Add traffic command, traffic update and host vehicle data to description (#534)
Signed-off-by: Maximilian Rosin <maximilian.rosin@parson-europe.com>
1 parent 9e24025 commit 7e3325c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/architecture/architecture_overview.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ image::osi-context.png[1100]
1111

1212

1313
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.
1516
The following figure shows the interfaces of a generic traffic participant.
1617

1718
.Interface of a traffic participant
@@ -23,7 +24,8 @@ The following figure shows a more advanced use case for traffic participants.
2324
.Traffic participant with sensor models, AD function, and dynamic model
2425
image::osi-traffic-participant-advanced.png[1100]
2526

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.
2729
Actuator intentions are currently not covered by OSI and must be handled with a different data description format.
2830

2931
All fields in an interface are set to `optional`.

0 commit comments

Comments
 (0)