Skip to content

Commit a404f29

Browse files
Apply suggestions from code review
Co-authored-by: caspar-ai <caspar.dehaes@five.ai>
1 parent c985dbb commit a404f29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

osi_object.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ message MovingObject
466466
//
467467
optional uint32 index = 2;
468468

469-
// Position of the wheel (geomatric center of the wheel).
469+
// Position of the wheel (geometric center of the wheel).
470470
// The reference system is the vehicle frame (center of bounding box).
471471
// Right-handed, x-axis shows into driving direction "forward".
472472
// Rough Approximation: The z-value shows the damping.
@@ -476,7 +476,6 @@ message MovingObject
476476
// Median radius of the wheel measured from the center of the wheel to
477477
// the outer part of the tire.
478478
//
479-
//
480479
// Unit: m
481480
//
482481
optional double wheel_radius = 4;

0 commit comments

Comments
 (0)