Skip to content

Commit 5aa9448

Browse files
Fix incorrect reference system documentation
Signed-off-by: Thomas Sedlmayer <[email protected]>
1 parent d7640ca commit 5aa9448

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

osi_common.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,10 +583,10 @@ message BaseStationary
583583
//
584584
// E.g. a vehicle is a base moving object.
585585
//
586-
// All coordinates and orientations from ground truth objects are relative to
586+
// All coordinates and orientations of ground truth objects are relative to
587587
// the global ground truth frame. All coordinates and orientations
588-
// from detected objects are relative to the host vehicle frame
589-
// (see: \c MovingObject vehicle reference point).
588+
// of detected objects are relative to the virtual sensor coordinate system
589+
// (see: \c SensorData::mounting_position).
590590
//
591591
message BaseMoving
592592
{

0 commit comments

Comments
 (0)