Skip to content

Commit 46ece97

Browse files
Added element tricycle
Issue: #639
1 parent 700133d commit 46ece97

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+
// Object is a Tricycle.
870+
//
871+
TYPE_TRICYCLE = 16;
868872
}
869873

870874
//

0 commit comments

Comments
 (0)