@@ -2,9 +2,9 @@ OSI Sensor Model Packaging Specification
2
2
========================================
3
3
4
4
This document specifies the ways in which environmental effect models,
5
- sensor models and logical models using the ` Open Simulation Interface `_
6
- are to be packaged for their use in simulation environments using FMI
7
- 2.0.
5
+ sensor models, logical models and traffic participant models using the
6
+ ` Open Simulation Interface `_ are to be packaged for their use in simulation
7
+ environments using FMI 2.0.
8
8
9
9
This is version 1.1.0 of this document. The version number is to be
10
10
interpreted according to the `Semantic Versioning Specification (SemVer)
@@ -24,7 +24,7 @@ can be packaged as FMUs:
24
24
and produce ``osi::SensorView `` as output,
25
25
26
26
- Sensor models, which consume ``osi::SensorView `` as input and generate
27
- ``osi::SensorData `` as output, and
27
+ ``osi::SensorData `` as output,
28
28
29
29
- Logical models, like e.g. sensor fusion models, which consume
30
30
``osi::SensorData `` as input and produce ``osi::SensorData `` as output.
@@ -33,7 +33,7 @@ can be packaged as FMUs:
33
33
and generate ``osi::TrafficUpdate `` as output. These models can
34
34
internally use e.g. Environmental effect, Sensor and/or Logical models
35
35
as part of a modeled autonomous vehicle, but they can also be used to
36
- implement surrounding traffic in simplified ways. Optionally traffic
36
+ implement surrounding traffic in simplified ways. Optionally, traffic
37
37
participant models can consume ``osi::TrafficCommand `` as input, to
38
38
allow control by a scenario engine as part of the simulation.
39
39
@@ -401,7 +401,7 @@ GroundTruth Initialization Parameters
401
401
``causality="parameter" ``, ``variability="fixed" `` and ``initial="exact" ``.
402
402
403
403
- The MIME type of the variable MUST specify the ``type=GroundTruth ``, e.g.
404
- ``application/x-open-simulation-interface; type=GroundTruth; version=3.2 .0 ``.
404
+ ``application/x-open-simulation-interface; type=GroundTruth; version=3.3 .0 ``.
405
405
406
406
- ``OSMPGroundTruthInit `` MUST be encoded as ``osi::GroundTruth `` (see the OSI
407
407
specification documentation for more details).
@@ -442,7 +442,7 @@ Traffic Update Outputs
442
442
443
443
- The MIME type of the variable MUST specify the ``type=TrafficUpdate ``,
444
444
e.g.
445
- ``application/x-open-simulation-interface; type=TrafficUpdate; version=3.0 .0 ``.
445
+ ``application/x-open-simulation-interface; type=TrafficUpdate; version=3.3 .0 ``.
446
446
447
447
- The traffic update MUST be encoded as ``osi::TrafficUpdate `` (see the
448
448
OSI specification documentation for more details).
@@ -486,7 +486,7 @@ Traffic Command Inputs
486
486
487
487
- The MIME type of the variable MUST specify the ``type=TrafficCommand ``,
488
488
e.g.
489
- ``application/x-open-simulation-interface; type=TrafficCommand; version=3.0 .0 ``.
489
+ ``application/x-open-simulation-interface; type=TrafficCommand; version=3.3 .0 ``.
490
490
491
491
- The traffic command MUST be encoded as ``osi::TrafficCommand `` (see
492
492
the OSI specification documentation for more details).
0 commit comments