Skip to content

Commit 9987c3d

Browse files
0815-codepmai
authored andcommitted
Add type speed bump to stationary object
Signed-off-by: Schloemicher, Thomas AVL,AT <[email protected]>
1 parent 7cb894b commit 9987c3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

osi_object.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ message StationaryObject
138138
// environment, like cones or beacons.
139139
//
140140
TYPE_CONSTRUCTION_SITE_ELEMENT = 16;
141+
142+
// Object is a speed bump.
143+
//
144+
TYPE_SPEED_BUMP = 17;
141145
}
142146

143147
// Definition of material types.

0 commit comments

Comments
 (0)