Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions osi_trafficlight.proto
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ message TrafficLight
//
optional Classification classification = 3;

// Opaque reference of an associated 3D model of the traffic light.
//
// \note It is implementation-specific how model_references are resolved to
// 3d models.
//
optional string model_reference = 4;

//
// \brief \c Classification data for a traffic light.
//
Expand Down
14 changes: 14 additions & 0 deletions osi_trafficsign.proto
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,13 @@ message TrafficSign
//
optional Classification classification = 2;

// Opaque reference of an associated 3D model of the traffic sign.
//
// \note It is implementation-specific how model_references are resolved to
// 3d models.
//
optional string model_reference = 3;

//
// \brief \c Classification data for a traffic sign.
//
Expand Down Expand Up @@ -5459,6 +5466,13 @@ message TrafficSign
//
optional Classification classification = 2;

// Opaque reference of an associated 3D model of the supplementary traffic sign.
//
// \note It is implementation-specific how model_references are resolved to
// 3d models.
//
optional string model_reference = 3;

//
// \brief \c Classification data for a supplementary traffic sign.
//
Expand Down