File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments