Skip to content

Commit a87746b

Browse files
thomassedlmayerpmai
authored andcommitted
Fix traffic sign variability attribute description
Aligns variability attribute description with existing enum description Signed-off-by: Thomas Sedlmayer <tsedlmayer@pmsfit.de>
1 parent 49801c9 commit a87746b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

osi_trafficsign.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,9 @@ message TrafficSign
242242
//
243243
message Classification
244244
{
245-
// The traffic sign is not stationary, for example a temporary
246-
// traffic sign in a street construction.
245+
// This value indicates if a sign is static or dynamic regarding its
246+
// content (e.g., electronic sign bridge) and/or regarding its
247+
// position on the road.
247248
//
248249
optional Variability variability = 1;
249250

0 commit comments

Comments
 (0)