Skip to content

Commit 16218be

Browse files
authored
Apply suggestions from code review
1 parent 53ba6c2 commit 16218be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/architecture/architecture_overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ image::{images_open_simulation_interface}/osi-traffic-participant-advanced.png[1
3434

3535
The `HostVehicleData` interface describes the measured internal states of a traffic participant.
3636
OSI currently provides only limited support for data structures that describe measured internal states of traffic participants.
37-
One example would be the `MotionRequest` interface that can be used to commuciate the results of the behavior planning to the dynamic model.
37+
One example would be the `MotionRequest` interface that can be used to communicate the results of the behavior planning to the dynamic model.
3838

3939
NOTE: OSI uses singular instead of plural for `repeated` field names.
4040

doc/architecture/traffic_participant.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following figure shows the interface of a traffic participant.
2222
.Interface of a traffic participant
2323
image::{images_open_simulation_interface}/osi-traffic-participant-principle.png[1100]
2424

25-
Traffic participant models may use other OSI interfaces, for example, the `SensorDate` and `MotionRequest` message, internally.
25+
Traffic participant models may use other OSI interfaces, for example, the `SensorData` and `MotionRequest` message, internally.
2626
The following figure shows a more advanced use case for traffic participants, that can, for example, be used to model an autonomous vehicle.
2727

2828
[#fig-traffic-participant-other-osi-interfaces]

doc/usecases/modeling_traffic_participant.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following figure shows a traffic participant with separately modeled behavio
2828
image::{images_open_simulation_interface}/osi-traffic-participant-use-case-2.png[1100]
2929

3030
OSI currently provides only limited support for data structures that describe measured internal states of the traffic participant.
31-
An example for a traffic participant interface is the `MotionRequest` message that can be used to communicate planned behaviors from a behavior planning model to a dynamics model including, for example motion controllers and vehicle dynamics.
31+
An example for a traffic participant internal interface is the `MotionRequest` message that can be used to communicate planned behaviors from a behavior planning model to a dynamics model including, for example motion controllers and vehicle dynamics.
3232

3333
The following figure shows a more complex traffic participant.
3434

0 commit comments

Comments
 (0)