You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sensor view provides the input to OSI sensor models.
4
4
Sensor-view messages are derived from ground-truth messages.
5
5
All information regarding the environment is given with respect to the virtual sensor coordinate system, with two exceptions:
6
6
7
7
* Physical technology-specific data, given with respect to the physical sensor coordinate system specified in the corresponding physical sensor’s mounting position.
8
+
Example: https://opensimulationinterface.github.io/open-simulation-interface/structosi3_1_1CameraSensorView.html#ac58456a34babf78792ea2608eb963f36[`image_data` of `osi3::CameraSensorView`]
8
9
* Ground truth, given in the global coordinate system.
The sensor view configuration configures the sensor view.
4
+
Sensor-view-configuration data enables the environment simulation to supply the necessary input to a sensor model.
5
+
4
6
There are two sources for sensor-view-configuration data.
5
7
6
8
Sensor-view-configuration data can be provided by the environment simulation.
7
-
In this case, the data is intended for the automatic configuration of an environment simulation in order to supply the necessary input to a sensor model.
9
+
Note that the data is intended for the automatic configuration of an environment simulation.
8
10
Sensor-view-configuration data is not intended to provide parameters to a sensor model.
9
11
10
12
Sensor-view-configuration data can also be provided by the sensor model to the environment simulation.
11
-
In this case, the data describes the input configuration that is desired by the sensor model.
13
+
In this case, the data describes the input configuration that is requested by the sensor model.
12
14
In response, the environment simulation will configure the input and provide a new message which describes the actual configuration.
13
-
The configuration requested by the sensor model may differ from the actual configuration.
14
-
This happens when the environment simulation does not support a given requested configuration or when the requested configuration allowed is ambiguous.
15
-
The message describing the requested configuration differs from the message describing the actual configuration.
15
+
The configuration requested by the sensor model may differ from the configuration provided by the simulation environment.
16
+
This happens when the environment simulation does not support a requested configuration or when the requested configuration is ambiguous.
17
+
The message describing the configuration requested by the sensor model differs from the message describing the configuration provided by the simulation environment.
0 commit comments