Skip to content

Commit 6139fc8

Browse files
committed
Update osi_object.proto
feat(vehicle classification): add new enum Type for stand-up scooters in vehicle classification refers to issue #673 Signed-off-by: Lorenz Schmidt <schmidt.lorenz@gmx.net>
1 parent ecdbe7d commit 6139fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osi_object.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ message MovingObject
866866
//
867867
TYPE_WHEELCHAIR = 15;
868868

869-
// Vehicle is a stand-up or kickboard scooter, including motorized variants.
869+
// Vehicle is a stand-up or kickboard scooter, including motorized versions.
870870
//
871871
TYPE_STANDUP_SCOOTER = 16;
872872
}

0 commit comments

Comments
 (0)