Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions osi_lane.proto
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,18 @@ message LaneBoundary
// See \c LaneBoundary .
//
optional double height = 3;

// The rotation about the longitudinal axis of the lane boundary
// at the position of the \c BoundaryPoint .
// Necessary for boundary points with a specified height and/or
// width parameter.
//
// Unit: rad
//
// \note Field need not be set if it is previously defined.
// See \c LaneBoundary .
//
optional double roll = 4;
}

//
Expand Down