@@ -75,6 +75,10 @@ message StationaryObject
7575 //
7676 repeated ExternalReference source_reference = 5 ;
7777
78+ // The dominating color of the material of the structure.
79+ //
80+ optional ColorDescription color_description = 6 ;
81+
7882 //
7983 // \brief Classification data for a stationary object.
8084 //
@@ -95,20 +99,15 @@ message StationaryObject
9599 // The dominating color of the material of the structure.
96100 //
97101 // \attention DEPRECATED: This color enum will be removed in version
98- // 4.0.0. Use the field \c #color_description (\c ColorDescription)
99- // instead.
102+ // 4.0.0. Use the field \c #color_description (\c ColorDescription) of
103+ // \c StationaryObject instead.
100104 //
101105 optional Color color = 4 ;
102106
103107 // The attributes of the emitting structure if stationary object is classified as such.
104108 //
105109 optional EmittingStructureAttribute emitting_structure_attribute = 5 ;
106110
107- //
108- // The dominating color of the material of the structure.
109- //
110- optional ColorDescription color_description = 6 ;
111-
112111 // Definition of object types.
113112 //
114113 enum Type
@@ -464,6 +463,10 @@ message MovingObject
464463 //
465464 repeated ExternalReference source_reference = 10 ;
466465
466+ // The dominating color of the material of the moving object.
467+ //
468+ optional ColorDescription color_description = 11 ;
469+
467470 // Definition of object types.
468471 //
469472 enum Type
@@ -679,10 +682,6 @@ message MovingObject
679682 //
680683 repeated double assigned_lane_percentage = 2 ;
681684
682- //
683- // The dominating color of the material of the moving object.
684- //
685- optional ColorDescription color_description = 3 ;
686685 }
687686
688687 //
0 commit comments