Skip to content

Commit a0388b6

Browse files
ThomasNaderBMWpmai
andauthored
Apply suggestions from CCB code review
smaller changes Co-authored-by: Pierre R. Mai <pmai@pmsf.de>
1 parent 80c5413 commit a0388b6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

osi_object.proto

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,19 +471,22 @@ message MovingObject
471471
//
472472
optional Vector3d position = 3;
473473

474-
// Radius of the wheels measured from the center to the outer part of the tire.
474+
// Median radius of the wheels measured from a center of the wheel to
475+
// the outer part of the tire.
476+
//
475477
//
476478
// Unit: m
477479
//
478-
optional double radius_wheel = 4;
480+
optional double wheel_radius = 4;
479481

480482
// Radius of the rim measured from the center to the outer, visible part of the rim.
481483
//
482484
// Unit: m
483485
//
484-
optional double radius_rim = 5;
486+
optional double rim_radius = 5;
485487

486488
// Orientation of the wheel.
489+
//
487490
// The reference system is the vehicle frame (center of bounding box).
488491
// Right-handed, x-axis shows into driving direction "forward".
489492
// Rough Approximation: The yaw-value shows the steering angle.

0 commit comments

Comments
 (0)