File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,13 @@ message TrafficLight
3535 //
3636 optional Classification classification = 3 ;
3737
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+
3845 //
3946 // \brief \c Classification data for a traffic light.
4047 //
Original file line number Diff line number Diff line change @@ -181,6 +181,13 @@ message TrafficSign
181181 //
182182 optional Classification classification = 2 ;
183183
184+ // Opaque reference of an associated 3D model of the traffic sign.
185+ //
186+ // \note It is implementation-specific how model_references are resolved to
187+ // 3d models.
188+ //
189+ optional string model_reference = 3 ;
190+
184191 //
185192 // \brief \c Classification data for a traffic sign.
186193 //
@@ -5459,6 +5466,13 @@ message TrafficSign
54595466 //
54605467 optional Classification classification = 2 ;
54615468
5469+ // Opaque reference of an associated 3D model of the supplementary traffic sign.
5470+ //
5471+ // \note It is implementation-specific how model_references are resolved to
5472+ // 3d models.
5473+ //
5474+ optional string model_reference = 3 ;
5475+
54625476 //
54635477 // \brief \c Classification data for a supplementary traffic sign.
54645478 //
You can’t perform that action at this time.
0 commit comments