Skip to content

Commit 2e1665d

Browse files
committed
fix(docs): Implement changes after review (#506)
Signed-off-by: Maximilian Rosin <maximilian.rosin@parson-europe.com>
1 parent 7abfadc commit 2e1665d

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

doc/architecture/sensor_data.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
= Sensor data
22

33
Sensor data imitates the output of real sensors.
4-
It is generated from ground-truth data, sensor-view data, feature data or from sensor data.
5-
All information regarding the environment is given with respect to the virtual sensor coordinate system, except for feature data, which is given with respect to the physical sensor coordinate system.
4+
It can be generated from ground-truth data, sensor-view data, feature data or from sensor data.
5+
Except feature data, all information regarding the environment is given with respect to the virtual sensor coordinate system.
6+
Feature data is given with respect to the physical sensor coordinate system.
67
Sensor data can be used as input for an automated driving function, a sensor model simulating limited perception, or a sensor fusion model.
Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
= Sensor view configuration
22

33
The sensor view configuration configures the sensor view.
4-
It is provided by the environment simulation.
5-
Sensor view configuration data is intended for the automatic configuration of an environment simulation in order to supply the necessary input to a sensor model.
6-
Sensor view configuration data is not intended to provide parameters to a generic sensor model.
4+
There are two sources for sensor-view-configuration data.
75

8-
Sensor view configuration data can also be provided by the sensor model to the environment simulation.
9-
In that case, it describes the input configuration that is desired by the sensor model.
10-
In response the environment simulation will configure the input and provide a new message which describes the actual configuration.
11-
These two messages may differ, when the environment simulation does not support a given requested configuration or when the requested configuration allowed is ambiguous.
6+
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.
8+
Sensor-view-configuration data is not intended to provide parameters to a generic sensor model.
9+
10+
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.
12+
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.

0 commit comments

Comments
 (0)