We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8f8e7 commit d24e835Copy full SHA for d24e835
osi_object.proto
@@ -88,10 +88,18 @@ message Vehicle
88
// approximate the clear area under a vehicle that a sensor can see
89
// through.
90
optional double ground_clearance = 12;
91
-
+
92
// Median radius of the wheels.
93
- //
+ //
94
+ // Unit: [m]
95
96
optional double radius_wheel = 13;
97
98
+ // Number of independent wheels.
99
100
+ // Unit: []
101
102
+ optional uint32 number_wheels = 13;
103
104
// Definition of vehicle types.
105
//
0 commit comments