File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -478,7 +478,7 @@ message MovingObject
478478 //
479479 optional uint32 index = 2 ;
480480
481- // Position of the wheel (geomatric center of the wheel).
481+ // Position of the wheel (geometric center of the wheel).
482482 // The reference system is the vehicle frame (center of bounding box).
483483 // Right-handed, x-axis shows into driving direction "forward".
484484 // Rough Approximation: The z-value shows the damping.
@@ -488,7 +488,6 @@ message MovingObject
488488 // Median radius of the wheel measured from the center of the wheel to
489489 // the outer part of the tire.
490490 //
491- //
492491 // Unit: m
493492 //
494493 optional double wheel_radius = 4 ;
@@ -508,8 +507,7 @@ message MovingObject
508507 // Orientation of the wheel.
509508 //
510509 // The reference system is the vehicle frame (center of bounding box).
511- // Right-handed, x-axis shows into driving direction "forward".
512- // Rough Approximation: The yaw-value shows the steering angle.
510+ // Right-handed relative to the vehicle's forward motion. The yaw-value shows the steering angle.
513511 //
514512 optional Orientation3d orientation = 7 ;
515513
You can’t perform that action at this time.
0 commit comments