Skip to content

Commit 8bac1b8

Browse files
committed
Update comment with center of bounding box as origin
1 parent 8f37400 commit 8bac1b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

osi_common.proto

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ message BaseStationary
162162
/// Usage as sensor data:
163163
/// The polygon describes the visible part of the object's contour.
164164
/// General definitions:
165-
/// The polygon is defined in the local object frame: x pointing forward and y to the left.
165+
/// The polygon is defined in the local object frame: x pointing forward and y to the left.
166+
/// The origin is the center of the bounding box.
166167
/// As ground truth, the polygon is closed by connecting the last with the first point. Therefore
167168
/// these two points are different and there are at least three points.
168169
/// As sensor data, the polygon is open.
@@ -204,7 +205,8 @@ message BaseMoving
204205
/// Usage as sensor data:
205206
/// The polygon describes the visible part of the object's contour.
206207
/// General definitions:
207-
/// The polygon is defined in the local object frame: x pointing forward and y to the left.
208+
/// The polygon is defined in the local object frame: x pointing forward and y to the left.
209+
/// The origin is the center of the bounding box.
208210
/// As ground truth, the polygon is closed by connecting the last with the first point. Therefore
209211
/// these two points are different and there are at least three points.
210212
/// As sensor data, the polygon is open.

0 commit comments

Comments
 (0)