Skip to content

Commit 7446fac

Browse files
committed
Placed common messages in the top of the file
2 parents 5fe1632 + 9b5ed55 commit 7446fac

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

osi_detectedobject.proto

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,14 @@ message DetectedStationaryObject
368368
{
369369
// Common information of one detected item.
370370
//
371-
optional DetectedItemHeader header = 1;
371+
optional DetectedItemHeader header = 1;
372+
373+
// A list of estimates for this stationary object (e.g. landmark) as
374+
// estimated by the sensor.
375+
//
376+
// \note OSI uses singular instead of plural for repeated field names.
377+
//
378+
repeated EstimatedStationaryObject stationary_object = 2;
372379

373380
//
374381
// \brief A candidate for a detected stationary object (e.g. landmark) as
@@ -394,7 +401,7 @@ message DetectedStationaryObject
394401
// Common information of one detected item candidate.
395402
//
396403
optional DetectedCandidateItemHeader header = 1;
397-
404+
398405
// The description of the stationary object (e.g. landmark).
399406
//
400407
optional StationaryObject stationary_object = 2;

0 commit comments

Comments
 (0)