Skip to content

Commit 49144e2

Browse files
authored
Merge pull request #676 from schmidtlorenz/673-new-vehicle-classification-stand-up-scooter
Add new enum Type in vehicle classification for stand-up scooters
2 parents 3fac91f + cd0ce73 commit 49144e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

osi_object.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,11 @@ message MovingObject
865865
// Vehicle is a wheelchair.
866866
//
867867
TYPE_WHEELCHAIR = 15;
868+
869+
// Vehicle is a stand-up or kickboard scooter, including
870+
// motorized versions.
871+
//
872+
TYPE_STANDUP_SCOOTER = 17;
868873
}
869874

870875
//

0 commit comments

Comments
 (0)