Skip to content

Commit d24e835

Browse files
Add Unit Definition
and new field number_wheels.
1 parent 0f8f8e7 commit d24e835

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

osi_object.proto

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,18 @@ message Vehicle
8888
// approximate the clear area under a vehicle that a sensor can see
8989
// through.
9090
optional double ground_clearance = 12;
91-
91+
9292
// Median radius of the wheels.
93-
//
93+
//
94+
// Unit: [m]
95+
//
9496
optional double radius_wheel = 13;
97+
98+
// Number of independent wheels.
99+
//
100+
// Unit: []
101+
//
102+
optional uint32 number_wheels = 13;
95103

96104
// Definition of vehicle types.
97105
//

0 commit comments

Comments
 (0)