Skip to content

Commit 25320e7

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

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
@@ -173,6 +173,10 @@ message StationaryObject
173173
// environment, like beacons.
174174
//
175175
TYPE_CONSTRUCTION_SITE_ELEMENT = 16;
176+
177+
// Object is a speed bump.
178+
//
179+
TYPE_SPEED_BUMP = 17;
176180
}
177181

178182
// Definition of material types.

0 commit comments

Comments
 (0)