File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -483,19 +483,22 @@ message MovingObject
483483 //
484484 optional Vector3d position = 3 ;
485485
486- // Radius of the wheels measured from the center to the outer part of the tire.
486+ // Median radius of the wheels measured from a center of the wheel to
487+ // the outer part of the tire.
488+ //
487489 //
488490 // Unit: m
489491 //
490- optional double radius_wheel = 4 ;
492+ optional double wheel_radius = 4 ;
491493
492494 // Radius of the rim measured from the center to the outer, visible part of the rim.
493495 //
494496 // Unit: m
495497 //
496- optional double radius_rim = 5 ;
498+ optional double rim_radius = 5 ;
497499
498500 // Orientation of the wheel.
501+ //
499502 // The reference system is the vehicle frame (center of bounding box).
500503 // Right-handed, x-axis shows into driving direction "forward".
501504 // Rough Approximation: The yaw-value shows the steering angle.
You can’t perform that action at this time.
0 commit comments