Skip to content

Commit 4cb61a5

Browse files
committed
fix(docs): Implement review comments (#549)
Signed-off-by: Maximilian Rosin <maximilian.rosin@parson-europe.com>
1 parent ac9ecd2 commit 4cb61a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/architecture/feature_data.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Feature data
22

3-
Feature data contains detected features in the reference frame of a sensor.
4-
Feature data is generated from ground-truth data.
3+
Feature-data messages contains detected features in the reference frame of a sensor.
4+
Feature-data messages are generated from ground-truth messages.
55
It serves, for example, as input for sensor models simulating object detection or feature fusion models.

doc/architecture/formatting_scripts.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This script takes the following parameters:
3434
String containing the path to the file with serialized data.
3535

3636
`--type`, `-t`::
37-
Optional string containing the name of the type used to serialize data.
37+
Optional string describing the message type used to serialize data.
3838
Allowed values are `'SensorView'`, `'GroundTruth'`, or `'SensorData'`.
3939
The default value is `'SensorView'`.
4040

@@ -45,4 +45,4 @@ The default value is `'converted.txth'`.
4545
`--format`, `-f`::
4646
Optional string containing the format type of the trace file.
4747
Allowed values are `'separated'`, or `None`.
48-
The default value is `None`.
48+
The default value is `None`.

0 commit comments

Comments
 (0)