Skip to content
Merged
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions osi_roadmarking.proto
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ 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.
//
optional string model_reference = 6;

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