File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ message Vehicle
9393 // through.
9494 optional double ground_clearance = 12 ;
9595
96- // Median radius of the wheels.
97- //
96+ // Median radius of the wheels measured from a center of the wheel
97+ // including tire.
9898 // Unit: [m]
9999 //
100100 optional double radius_wheel = 13 ;
@@ -119,31 +119,31 @@ message Vehicle
119119
120120 // Vehicle is a small car.
121121 //
122- // Definition:
122+ // Definition: Hatchback car with maximum length 4 m.
123123 //
124124 TYPE_SMALL_CAR = 2 ;
125125
126126 // Vehicle is a medium car.
127127 //
128- // Definition:
128+ // Definition: Hatchback or sedan with lenght between 4.5 and 5 m.
129129 //
130130 TYPE_MEDIUM_CAR = 3 ;
131131
132132 // Vehicle is a compact car.
133133 //
134- // Definition:
134+ // Definition: Hatchback car with length between 4 and 4.5 m.
135135 //
136136 TYPE_COMPACT_CAR = 4 ;
137137
138138 // Vehicle is a luxury car.
139139 //
140- // Definition:
140+ // Definition: Sedan or coupe that is longer then 5 m.
141141 //
142142 TYPE_LUXURY_CAR = 5 ;
143143
144144 // Vehicle is a delivery van.
145145 //
146- // Definition:
146+ // Definition: A delivery van.
147147 //
148148 TYPE_DELIVERY_VAN = 6 ;
149149
You can’t perform that action at this time.
0 commit comments