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
Ground-truth messages describe the simulated environment containing all simulated objects in the global coordinate system at consecutive time instances.
3
+
`GroundTruth` messages describe the simulated environment containing all simulated objects in the global coordinate system at consecutive time instances.
4
4
They are based on data available to the simulation environment.
5
-
Ground-truth messages are typically contained in sensor view messages.
5
+
`GroundTruth` messages are typically contained in `Sensorview` messages.
Copy file name to clipboardExpand all lines: doc/architecture/sensor_view.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
= Sensor view
2
2
3
3
The sensor view provides the input to OSI sensor models.
4
-
Sensor-view messages are derived from ground-truth messages.
4
+
`SensorView` messages are derived from `GroundTruth` 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.
The sensor view is flexibly defined to provide different kinds of sensor models with an appropriate input.
4
-
The sensorview configuration defines the configuration of a particular sensor view.
4
+
The sensor-view configuration defines the configuration of a particular sensor view.
5
5
6
-
The sensor-view-configuration message is used in the initialization phase of a simulation to negotiate the sensorview configuration for a particular sensor view input.
7
-
It is also included as a sub-message in sensor view messages to indicate that the sensorview configuration is valid for a particular sensor view message.
6
+
The `SensorViewConfiguration` message is used in the initialization phase of a simulation to negotiate the sensor-view configuration for a particular `SensorView` input.
7
+
It is also included as a sub-message in `SensorView`messages to indicate that the sensor-view configuration is valid for a particular `SensorView` message.
8
8
9
-
Sensor-view-configuration data has two main applications:
9
+
`SensorViewConfiguration` data has two main applications:
10
10
11
-
- Enable the environment simulation to provide the necessary input to a sensor model.
12
-
- Enable a sensor model to check whether the input matches its requirements.
11
+
* Enable the environment simulation to provide the necessary input to a sensor model.
12
+
* Enable a sensor model to check whether the input matches its requirements.
13
13
If the input does not match the requirements, the sensor model may terminate the simulation.
14
14
15
-
NOTE: Sensor-view-configuration data is intended for the automatic configuration of the sensor view interface between an environment simulation and sensor model.
15
+
NOTE: `SensorViewConfiguration` data is intended for the automatic configuration of the `SensorView` interface between an environment simulation and sensor model.
16
16
The data is not intended to be a mechanism for parametrizing a generic sensor model.
17
17
18
-
During the initialization phase, there are two sources for sensor-view-configuration data:
18
+
During the initialization phase, there are two sources for `SensorViewConfiguration` data:
19
19
20
-
1. Sensor-view configuration data may be provided by the sensor model to the environment simulation.
20
+
. `SensorViewConfiguration` data may be provided by the sensor model to the environment simulation.
21
21
In this case, the data describes the input configuration that is requested by the sensor model.
22
22
If the sensor model does not provide such data, then the environment simulation will fall back to manual configuration of the sensor view.
23
-
24
-
2. Sensor-view configuration data may be provided by the environment simulation.
23
+
+
24
+
. `SensorViewConfiguration` data may be provided by the environment simulation.
25
25
In response to the request by the sensor model, or based on manual configuration, the environment simulation configures the input and provides a new message that describes the actual configuration.
26
26
27
27
The configuration requested by the sensor model may differ from the configuration provided by the environment simulation.
@@ -31,4 +31,4 @@ In response to this difference, the sensor model can either accept this differen
31
31
32
32
The packaging layer defines the specifics of this auto-negotiation mechanism.
33
33
34
-
After the initialization phase, the environment simulation provides the actual sensorview configuration as part of each sensor view message.
34
+
After the initialization phase, the environment simulation provides the actual sensor-view configuration as part of each `SensorView` message.
0 commit comments