File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,20 @@ message StationaryObject
21
21
//
22
22
optional Identifier id = 1 ;
23
23
24
- // The base parameters of the vehicle .
24
+ // The base parameters of the stationary object .
25
25
//
26
26
optional BaseStationary base = 2 ;
27
27
28
28
// The classification of the stationary object.
29
29
//
30
30
optional Classification classification = 3 ;
31
31
32
+ // Opaque reference of an associated 3D model of the stationary object.
33
+ //
34
+ // \note It is implementation-specific how model_references are resolved to 3d models.
35
+ //
36
+ optional string model_reference = 4 ;
37
+
32
38
//
33
39
// \brief Classification data for a stationary object.
34
40
//
@@ -308,6 +314,12 @@ message MovingObject
308
314
//
309
315
optional VehicleClassification vehicle_classification = 6 ;
310
316
317
+ // Opaque reference of an associated 3D model of the moving object.
318
+ //
319
+ // \note It is implementation-specific how model_references are resolved to 3d models.
320
+ //
321
+ optional string model_reference = 7 ;
322
+
311
323
// Definition of object types.
312
324
//
313
325
enum Type
You can’t perform that action at this time.
0 commit comments