We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d44481 + 1848f72 commit 6dc30c2Copy full SHA for 6dc30c2
1 file changed
doc/spec/model_types.adoc
@@ -23,8 +23,8 @@ This model type is used to model whole traffic participants, such as vehicles or
23
Traffic participant models may internally use environmental effect models, sensor models, or logical models as part of a modeled autonomous vehicle.
24
They may also be used to implement surrounding traffic in simplified ways.
25
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.
+They may additionally consume `osi3::TrafficCommand` as input to allow control by a scenario engine or other coordinating function.
+They may additionally produce `osi3::TrafficCommandUpdate` as output to allow status responses to such control messages.
28
29
Streaming update consumer models::
30
This model type receives a streaming update input for further processing.
0 commit comments