Skip to content

Commit 7f61566

Browse files
Add roll for boundary point
Signed-off-by: Thomas Sedlmayer <[email protected]>
1 parent 4049653 commit 7f61566

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

osi_lane.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,16 @@ message LaneBoundary
631631
// See \c LaneBoundary .
632632
//
633633
optional double height = 3;
634+
635+
// The rotation about the longitudinal axis of the lane boundary
636+
// at the position of the \c BoundaryPoint .
637+
// Necessary for boundary points with a specified height and/or
638+
// width parameter.
639+
//
640+
// \note Field need not be set if it is previously defined.
641+
// See \c LaneBoundary .
642+
//
643+
optional double roll = 4;
634644
}
635645

636646
//

0 commit comments

Comments
 (0)