File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments