Skip to content

Commit 0582133

Browse files
committed
mark Type as deprecated
1 parent b946c6b commit 0582133

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

osi_roadmarking.proto

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)