File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -396,6 +396,7 @@ message MovingObject
396396 //
397397 optional Identifier driver_id = 1 ;
398398
399+ // Deprecated: Will be removed in next major release. Moved to WheelData.
399400 // Median radius of the wheels measured from a center of the wheel
400401 // including tire.
401402 //
@@ -468,19 +469,25 @@ message MovingObject
468469 //
469470 optional Vector3d position = 3 ;
470471
472+ // Radius of the wheels measured from the center to the outer part of the tire.
473+ //
474+ // Unit: m
475+ //
476+ optional double radius = 4 ;
477+
471478 // Orientation of the wheel.
472479 // The reference system is the vehicle frame (center of bounding box).
473480 // Right-handed, x-axis shows into driving direction "forward".
474481 // Rough Approximation: The yaw-value shows the steering angle.
475482 //
476- optional Orientation3d orientation = 4 ;
483+ optional Orientation3d orientation = 5 ;
477484
478485 // Rotation of the wheel around the axle.
479486 //
480487 // Unit: Rad/s.
481488 // Positive means, that the vehicle moves forward.
482489 //
483- optional double rotation_rate = 5 ;
490+ optional double rotation_rate = 6 ;
484491 }
485492 }
486493
You can’t perform that action at this time.
0 commit comments