Skip to content

Commit bb85396

Browse files
Fix documentation on FeatureData messages
- Edit architecture overview concerning FeatureData/top level messages - Remove FeatureData specific adoc - Move contents to sensor_data.adoc Signed-off-by: Thomas Sedlmayer <[email protected]>
1 parent c60c72a commit bb85396

File tree

4 files changed

+5
-12
lines changed

4 files changed

+5
-12
lines changed

Diff for: doc/architecture/architecture_overview.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ endif::[]
77
OSI contains an object-based environment description that uses the message format of the https://github.com/protocolbuffers/protobuf/wiki[Protocol Buffer] library.
88
Google developed and maintains the Protocol Buffer library.
99
OSI defines top-level messages that are used to exchange data between separate models.
10-
Top-level messages define the `GroundTruth` interface, the `SensorData` interface, and – since OSI version 3.0.0 – the interfaces `SensorView`, `SensorViewConfiguration`, and `FeatureData`.
10+
Top-level messages define the `GroundTruth` interface, the `SensorData` interface, and – since OSI version 3.0.0 – the interfaces `SensorView` and `SensorViewConfiguration`. Further top-level messages that were added in later versions of OSI are `TrafficCommand`, `TrafficUpdate`, `MotionRequest`, and `StreamingUpdate`.
1111

1212
The following figure shows the interfaces and models involved in modeling a sensor.
1313

Diff for: doc/architecture/feature_data.adoc

-9
This file was deleted.

Diff for: doc/architecture/sensor_data.adoc

+4
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ They can be generated from `GroundTruth` messages, `SensorView` messages, `Featu
99
With the exception of feature data, all information regarding the environment is given with respect to the virtual sensor coordinate system.
1010
Feature data is given with respect to the physical sensor coordinate system.
1111
Sensor data can be used as input for an automated driving function, a sensor model simulating limited perception, or a sensor fusion model.
12+
13+
`SensorData` messages include `FeatureData` messages which contain detected features in the reference frame of a sensor.
14+
`FeatureData` messages are generated from `GroundTruth` messages.
15+
They serve, for example, as an input to sensor models simulating object detection or feature fusion models.

Diff for: doc/open-simulation-interface_user_guide.adoc

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ include::./architecture/architecture_overview.adoc[leveloffset=+2]
1515

1616
include::./architecture/ground_truth.adoc[leveloffset=+3]
1717

18-
include::./architecture/feature_data.adoc[leveloffset=+3]
19-
2018
include::./architecture/sensor_view.adoc[leveloffset=+3]
2119

2220
include::./architecture/sensor_view_configuration.adoc[leveloffset=+3]

0 commit comments

Comments
 (0)