Skip to content

Commit c3c1df6

Browse files
PhRosenbergerpmai
authored andcommitted
Minor edits of LogicalDetectionData doc due to feedback
Signed-off-by: Rosenberger, Philipp <[email protected]> Signed-off-by: Pierre R. Mai <[email protected]>
1 parent 04db86e commit c3c1df6

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

osi_logicaldetectiondata.proto

+8-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import "osi_common.proto";
88
package osi3;
99

1010
//
11-
// \brief Processed data from one or multiple sensors as a list of logical detections. Logical detections are derived from sensor detections in a logical model through processing steps like fusion filtering, tracking etc.
11+
// \brief Processed data from one or multiple sensors as a list of logical detections.
12+
// Logical detections are derived from sensor detections in a logical model through processing steps like fusion filtering, tracking etc.
1213
//
1314
// All information is given with respect to the reference frame of the logical/virtual sensor
1415
// \c SensorView::mounting_position (e.g. center of rear axle of the ego car) in Cartesian coordinates.
@@ -34,7 +35,7 @@ message LogicalDetectionData
3435
}
3536

3637
//
37-
// \brief The header attributes of the list of logical detections.
38+
// \brief The header attributes of each sensor's logical detections list.
3839
//
3940
message LogicalDetectionDataHeader
4041
{
@@ -61,7 +62,8 @@ message LogicalDetectionDataHeader
6162
//
6263
optional uint32 number_of_valid_logical_detections = 3;
6364

64-
// The IDs of the sensors that have been fused and result in the listed logical detections.
65+
// The ID(s) of the sensor(s) that produced the detections for transformation
66+
// and - in case of multiple sensors - fusion into logical detections.
6567
//
6668
repeated Identifier sensor_id = 4;
6769

@@ -186,9 +188,10 @@ message LogicalDetection
186188
//
187189
optional double point_target_probability = 9;
188190

189-
// The IDs of the sensors that have been fused to the single logical detection.
191+
// The ID(s) of the sensor(s) that produced the detection(s) for transformation
192+
// and - in case of multiple sensors - fusion into the single logical detection.
190193
//
191-
// \note one logical detection can originate from multiple sensors.
194+
// \note One logical detection can originate from multiple sensors.
192195
//
193196
repeated Identifier sensor_id = 10;
194197

osi_sensordata.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ message SensorData
303303
//
304304
// Logical detection data are provided by a transformation
305305
// (and optional sensor fusion)
306-
// performed by a sensor model or a logical Model
306+
// performed by a sensor model or a logical model
307307
// that fuses multiple sensors and/or sensor types
308308
// into a single reference frame
309309
// of the so called logical/virtual sensor.

0 commit comments

Comments
 (0)