Skip to content

Commit 31d19c5

Browse files
Update osi_object.proto
1 parent 6a6183f commit 31d19c5

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

osi_object.proto

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

0 commit comments

Comments
 (0)