Skip to content

Commit 339b38c

Browse files
ThomasNaderBMWcaspar-ai
authored andcommitted
Apply suggestions from code review
Deleted x-axis in the description. Co-authored-by: caspar-ai <caspar.dehaes@five.ai> Signed-off-by: Pierre R. Mai <pmai@pmsf.de> Signed-off-by: Schloemicher, Thomas AVL,AT <thomas.schloemicher@avl.com>
1 parent 75147cb commit 339b38c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

osi_object.proto

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)