We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c985dbb commit a404f29Copy full SHA for a404f29
osi_object.proto
@@ -466,7 +466,7 @@ message MovingObject
466
//
467
optional uint32 index = 2;
468
469
- // Position of the wheel (geomatric center of the wheel).
+ // Position of the wheel (geometric center of the wheel).
470
// The reference system is the vehicle frame (center of bounding box).
471
// Right-handed, x-axis shows into driving direction "forward".
472
// Rough Approximation: The z-value shows the damping.
@@ -476,7 +476,6 @@ message MovingObject
476
// Median radius of the wheel measured from the center of the wheel to
477
// the outer part of the tire.
478
479
- //
480
// Unit: m
481
482
optional double wheel_radius = 4;
0 commit comments