@@ -32,7 +32,7 @@ message DetectedLane
3232 //
3333 // \note The sum of all \c #probability must be one. This probability is
3434 // given under the condition of
35- // \c # DetectedItemHeader. existence_probability.
35+ // \c DetectedItemHeader:: existence_probability.
3636 //
3737 // Range: [0,1]
3838 //
@@ -70,27 +70,26 @@ message DetectedLaneBoundary
7070 // attribute has to be set for each instance. All other values will be
7171 // reused from the previous \c BoundaryPoint in the sequence or set to
7272 // default values if there is none or it was never set. For dashed lines,
73- // one \c BoundaryPoint has to be at the start and another at the end
73+ // one \c LaneBoundary:: BoundaryPoint has to be at the start and another at the end
7474 // of each dashed line segment. For Botts' dots lines, one
75- // \c BoundaryPoint position has to define each Botts' dot.
75+ // \c LaneBoundary:: BoundaryPoint position has to define each Botts' dot.
7676 //
77- // \attention For \c BoundaryPoint the same rules regarding maximum
78- // distance and approximation error apply as for \c Lane::centerline.
77+ // \attention For \c LaneBoundary:: BoundaryPoint the same rules regarding maximum
78+ // distance and approximation error apply as for \c Lane::Classification:: centerline.
7979 //
8080 repeated LaneBoundary.BoundaryPoint boundary_line = 3 ;
8181
82- // The root mean squared error of the \c LaneBoundary. BoundaryPoint
83- // information from a \c LaneBoundary.
84- // For each \c #lane_boundary \c LaneBoundary::boundary_line point exact
85- // one \c #boundary_line_rmse rmse information exist .
82+ // The root mean squared error of the \c LaneBoundary:: BoundaryPoint.
83+ // Each \c #candidate has the same \c #boundary_line points and exact
84+ // one \c #boundary_line_rmse rmse confidence value is
85+ // specified which is suitable for all candidates .
8686 //
8787 repeated LaneBoundary.BoundaryPoint boundary_line_rmse = 4 ;
8888
89- // Confidence of the segments of the \c LaneBoundary.BoundaryPoint
90- // information from a \c LaneBoundary.
91- // For each \c #lane_boundary \c LaneBoundary::boundary_line point exact
89+ // Confidence of the segments of the \c LaneBoundary::BoundaryPoint.
90+ // Each \c #candidate has the same \c #boundary_line points and exact
9291 // one \c #boundary_line_confidences confidence value is
93- // specified.
92+ // specified which is suitable for all candidates .
9493 //
9594 // Range: [0,1]
9695 //
@@ -106,7 +105,7 @@ message DetectedLaneBoundary
106105 //
107106 // \note The sum of all \c #probability must be one. This probability is
108107 // given under the condition of
109- // \c # DetectedItemHeader. existence_probability.
108+ // \c DetectedItemHeader:: existence_probability.
110109 //
111110 // Range: [0,1]
112111 //
0 commit comments