Skip to content

Commit e2db971

Browse files
committed
Add type speed bump to stationary object classifiaction
Signed-off-by: Schloemicher, Thomas AVL,AT <thomas.schloemicher@avl.com>
1 parent 3872a3c commit e2db971

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

osi_object.proto

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

143146
// Definition of material types.

0 commit comments

Comments
 (0)