File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ message MovingObject
443443 //
444444 repeated WheelData wheel_data = 7 ;
445445
446- // \brief Information for a single wheel.
446+ // \brief Description of a single wheel.
447447 //
448448 message WheelData
449449 {
@@ -461,14 +461,17 @@ message MovingObject
461461 //
462462 optional uint32 index = 2 ;
463463
464- // The coordinates are given globally.
465- // Reference point is the center of the wheel.
464+ // Position of the wheel (geographical center of the wheel).
465+ // The reference system is the vehicle frame (center of bounding box).
466+ // Right-handed, x-axis shows into driving direction "forward".
467+ // Rough Approximation: The z-value shows the damping.
466468 //
467469 optional Vector3d position = 3 ;
468470
469- // The orientation is given globally.
470- // E.g. a calculation of the steering angle can then be done by:
471- // moving_object.yaw - wheel.yaw
471+ // Orientation of the wheel.
472+ // The reference system is the vehicle frame (center of bounding box).
473+ // Right-handed, x-axis shows into driving direction "forward".
474+ // Rough Approximation: The yaw-value shows the steering angle.
472475 //
473476 optional Orientation3d orientation = 4 ;
474477
You can’t perform that action at this time.
0 commit comments