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