Skip to content
Merged
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_roadmarking.proto
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,18 @@ message RoadMarking
//
optional ColorDescription color_description = 5;

// Opaque reference of an associated 3D model of the road marking.
//
// \note It is implementation-specific how model_references are resolved to
// 3d models.
//
// \note Road markings' base objects are positioned differently from other
// OSI objects: their local z-axis corresponds to how the marking is placed
// on the xy-plane of the lane, rather than pointing upwards as it does for
// other objects.
//
optional string model_reference = 6;

//
// \brief \c Classification data for a road surface marking.
//
Expand Down