Skip to content

Commit 5121480

Browse files
committed
Update logicaldetectiondata.proto according to comments from @kmeids.
Signed-off-by: Rosenberger, Philipp <rosenberger@fzd.tu-darmstadt.de>
1 parent a5c90db commit 5121480

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

osi_logicaldetectiondata.proto

Lines changed: 4 additions & 3 deletions
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,7 @@ 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 sensors that have been fused and result in the listed logical detections.
6566
//
6667
repeated Identifier sensor_id = 4;
6768

0 commit comments

Comments
 (0)