We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb714f2 commit ab2a02cCopy full SHA for ab2a02c
osi_trafficlight.proto
@@ -35,6 +35,13 @@ message TrafficLight
35
//
36
optional Classification classification = 3;
37
38
+ // Opaque reference of an associated 3D model of the traffic light.
39
+ //
40
+ // \note It is implementation-specific how model_references are resolved to
41
+ // 3d models.
42
43
+ optional string model_reference = 4;
44
+
45
46
// \brief \c Classification data for a traffic light.
47
0 commit comments