Skip to content

Commit d1253f3

Browse files
schmidtlorenzpmai
authored andcommitted
Add classification for stand-up scooters
feat(vehicle classifications): add classification for stand-up scooters, motivated by possible NCAP target type refers to issue #673 Signed-off-by: schmidtlorenz <[email protected]> Signed-off-by: Pierre R. Mai <[email protected]>
1 parent 3fac91f commit d1253f3

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
@@ -865,6 +865,10 @@ message MovingObject
865865
// Vehicle is a wheelchair.
866866
//
867867
TYPE_WHEELCHAIR = 15;
868+
869+
// Vehicle is a stand-up or kickboard scooter, including motorized versions.
870+
//
871+
TYPE_STANDUP_SCOOTER = 17;
868872
}
869873

870874
//

0 commit comments

Comments
 (0)