Skip to content

Commit db34169

Browse files
committed
Changed reference point to middle of the rear axis.
Signed-off-by: Markus Lemmer <lemmer@fzi.de>
1 parent 80bc127 commit db34169

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

osi_common.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,8 @@ message StatePoint
592592
// Position in the global coordinate system.
593593
//
594594
// \note Remark: The definition of the reference point follows the
595-
// specification of the \c BaseMoving message.
595+
// specification of the \c BaseMoving message, if not specified otherwise
596+
// in the message the StatePoint is used in.
596597
//
597598
optional Vector3d position = 2;
598599

osi_motionrequest.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package osi3;
1818
//
1919
// \note The coordinate system is defined as right-handed.
2020
// All coordinates and orientations are relative to the global coordinate system.
21-
// The reference point of the vehicle is the center of the 3D bounding box of the vehicle.
21+
// The reference point of the vehicle is the middle of the rear axis.
2222
// Units are m for positions, m/s for velocities, and m/s^2 for accelerations.
2323
//
2424
message MotionRequest

0 commit comments

Comments
 (0)