Skip to content

Commit 8496e6d

Browse files
committed
reviewed doxygen links
1 parent 62f3b0b commit 8496e6d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

osi_detectedobject.proto

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ message DetectedStationaryObject
391391
{
392392
// Specific ID of the stationary object (e.g. landmark) as assigned by the
393393
// sensor internally.
394-
// Need not match with \c #ground_truth_id_list.
394+
// Need not match with \c #ground_truth_id.
395395
//
396396
optional Identifier tracking_id = 1;
397397

@@ -432,7 +432,6 @@ message DetectedStationaryObject
432432
//
433433
repeated Identifier sensor_id = 5;
434434

435-
436435
//
437436
// \brief A candidate for a detected stationary object (e.g. landmark) as
438437
// estimated by the sensor.
@@ -448,7 +447,7 @@ message DetectedStationaryObject
448447

449448
// The root mean squared error of the base parameters of the detected
450449
// stationary object (e.g. landmark). \c StationaryObject::base has to be
451-
// identical for all \c #candidate_stationary_objects landmarks.
450+
// identical for all \c #candidate stationary objects.
452451
//
453452
optional BaseStationary base_rmse = 2;
454453

@@ -459,7 +458,7 @@ message DetectedStationaryObject
459458
optional StationaryObject stationary_object = 1;
460459

461460
// The estimated probability that this candidate is the true value.
462-
// The sum of all \c #candidate_probability must be one.
461+
// The sum of all \c #probability must be one.
463462
//
464463
// Range: [0,1]
465464
//

0 commit comments

Comments
 (0)