File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments