File tree Expand file tree Collapse file tree 1 file changed +20
-8
lines changed
Expand file tree Collapse file tree 1 file changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -147,13 +147,13 @@ message Vehicle
147147 //
148148 TYPE_DELIVERY_VAN = 6 ;
149149
150- // Vehicle is a heavy truck, bus, or large van .
150+ // Vehicle is a heavy truck.
151151 //
152- TYPE_TRUCK = 7 ;
152+ TYPE_HEAVY_TRUCK = 7 ;
153153
154154 // Vehicle is a truck with semitrailer.
155155 //
156- TYPE_TRUCK_SEMITRAILER = 8 ;
156+ TYPE_SEMITRAILER = 8 ;
157157
158158 // Vehicle is a trailer (possibly attached to another vehicle).
159159 //
@@ -166,6 +166,22 @@ message Vehicle
166166 // Vehicle is a bicycle (without motor and specific lights).
167167 //
168168 TYPE_BICYCLE = 11 ;
169+
170+ // Vehicle is a bus.
171+ //
172+ TYPE_BUS = 12 ;
173+
174+ // Vehicle is a tram.
175+ //
176+ TYPE_TRAM = 13 ;
177+
178+ // Vehicle is a train.
179+ //
180+ TYPE_TRAIN = 14 ;
181+
182+ // Vehicle is a wheelchair.
183+ //
184+ TYPE_WHEELCHAIR = 15 ;
169185 }
170186
171187 //
@@ -248,7 +264,7 @@ message Vehicle
248264
249265 // Light is off.
250266 //
251- GENERIC_LIGHT_STATE_OFF = 2 ;
267+ GENERIC_LIGHT_STATE_OFF = 2 ;
252268
253269 // Light is on.
254270 //
@@ -400,9 +416,5 @@ message StationaryObject
400416 // Object is a wall.
401417 //
402418 TYPE_WALL = 2005 ;
403-
404- // Object is a guard rail.
405- //
406- TYPE_GUARD_RAIL = 2006 ;
407419 }
408420}
You can’t perform that action at this time.
0 commit comments