@@ -155,7 +155,12 @@ message BaseStationary
155155 /// The relative orientation of the landmark w.r.t its parent frame.
156156 optional Orientation3d orientation = 3 ;
157157
158- /// The two dimensional (flat) contour of the object.
158+ /// The two dimensional (flat) contour of the object. E.g. the projection of the contour onto the street.
159+ /// The polygon is closed by connecting the last with the first point. Therefore these two points are
160+ /// different and there are at least three points.
161+ /// The polygon is defined counter-clockwise.
162+ /// For ground truth data the polygon is defined in two dimensional world coordiantes.
163+ /// For sensor data the polygon is defined in two dimensional sensor coordinates.
159164 repeated Vector2d base_polygon = 4 ;
160165}
161166
@@ -186,6 +191,11 @@ message BaseMoving
186191 /// Obviously, the orientation rate becomes global/absolute if the parent frame is not rotating.
187192 optional Orientation3d orientation_rate = 6 ;
188193
189- /// The two dimensional (flat) contour of the object.
194+ /// The two dimensional (flat) contour of the object. E.g. the projection of the contour onto the street.
195+ /// The polygon is closed by connecting the last with the first point. Therefore these two points are
196+ /// different and there are at least three points.
197+ /// The polygon is defined counter-clockwise.
198+ /// For ground truth data the polygon is defined in two dimensional world coordiantes.
199+ /// For sensor data the polygon is defined in two dimensional sensor coordinates.
190200 repeated Vector2d base_polygon = 7 ;
191201}
0 commit comments