Skip to content

Commit 6dc30c2

Browse files
authored
Merge pull request #103 from OpenSimulationInterface/clarify-traffic-participant-description
Clarify Traffic Participant Inputs and Outputs
2 parents 1d44481 + 1848f72 commit 6dc30c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/spec/model_types.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ This model type is used to model whole traffic participants, such as vehicles or
2323
Traffic participant models may internally use environmental effect models, sensor models, or logical models as part of a modeled autonomous vehicle.
2424
They may also be used to implement surrounding traffic in simplified ways.
2525
Traffic participant models consume `osi3::SensorView` as input and produce `osi3::TrafficUpdate` as output.
26-
They may also consume `osi3::TrafficCommand` as input to allow control by a scenario engine or other coordinating function.
27-
They may also produce `osi3::TrafficCommandUpdate` as output to allow status responses to such control messages.
26+
They may additionally consume `osi3::TrafficCommand` as input to allow control by a scenario engine or other coordinating function.
27+
They may additionally produce `osi3::TrafficCommandUpdate` as output to allow status responses to such control messages.
2828

2929
Streaming update consumer models::
3030
This model type receives a streaming update input for further processing.

0 commit comments

Comments
 (0)