Skip to content

Commit d6f93e5

Browse files
committed
docs: revise message formatting (continued)
Signed-off-by: pasched <patrick.schedlbauer@parson-europe.com>
1 parent 885e1a7 commit d6f93e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/architecture/environmental_effect_model.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Environmental effect models may, for example, alter `SensorView` messages to inc
66
* Shadows and occlusions
77
* Weather effects
88
* Physics of a sensor
9-
* Pre-processing of raw sensor data
9+
* Pre-processing of raw sensor data

doc/architecture/ground_truth.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
`GroundTruth` messages describe the simulated environment containing all simulated objects in the global coordinate system at consecutive time instances.
44
They are based on data available to the simulation environment.
5-
`GroundTruth messages are typically contained in `Sensorview` messages.
5+
`GroundTruth` messages are typically contained in `Sensorview` messages.

doc/architecture/sensor_view.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Sensor view
22

33
The sensor view provides the input to OSI sensor models.
4-
`SensorView` messages are derived from 'GroundTruth' messages.
4+
`SensorView` messages are derived from `GroundTruth` messages.
55
All information regarding the environment is given with respect to the virtual sensor coordinate system, with two exceptions:
66

77
* Physical technology-specific data, given with respect to the physical sensor coordinate system specified in the corresponding physical sensor's mounting position.

0 commit comments

Comments
 (0)