Skip to content

Commit c500a7f

Browse files
authored
Merge pull request #483 from OpenSimulationInterface/feature/tp/add_speed_bumps_#448
Feature/tp/add speed bumps #448
2 parents 6b8d46d + 25320e7 commit c500a7f

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)