Skip to content

Commit ecdbe7d

Browse files
committed
Update osi_object.proto
feat(vehicle classifications): add classification for stand-up scooters, motivated by possible NCAP target type refers to issue #673
1 parent 3578540 commit ecdbe7d

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 variants.
870+
//
871+
TYPE_STANDUP_SCOOTER = 16;
868872
}
869873

870874
//

0 commit comments

Comments
 (0)