File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -121,15 +121,20 @@ message RoadMarking
121121
122122
123123 // Boolean flag to indicate that the road marking is taken out of service.
124- // This can be achieved by visibly crossing the road marking with stripes,
125- // or completly covering a road marking making it not visible.
124+ // This can be achieved by visibly crossing the road marking with stripes,
125+ // or completly covering a road marking making it not visible.
126126 //
127127 // \image html OSI_RoadMaking_is_out_of_service.jpg width=800px
128128 //
129129 optional bool is_out_of_service = 7 ;
130130
131131 // Definition of road marking types.
132132 //
133+ // \attention Deprecated: OpenDRIVE categorization for traffic signs is more generic than OSI enum
134+ // (see <a href="https://releases.asam.net/OpenDRIVE/1.6.0/ASAM_OpenDRIVE_BS_V1-6-0.html#_signals">OpenDRIVE V1-6-0</a>).<br>
135+ // How the Type will be dealt in future will be discussed in Harmonization OpenX group.<br>
136+ // Deprecated planned for version 4.0.0
137+ //
133138 enum Type
134139 {
135140 // Type of road marking is unknown (must not be used in ground
You can’t perform that action at this time.
0 commit comments