Skip to content

Commit 906336e

Browse files
committed
Add base polygon to base descriptions
1 parent 0a3d4a4 commit 906336e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

osi_common.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ message BaseStationary
154154

155155
/// The relative orientation of the landmark w.r.t its parent frame.
156156
optional Orientation3d orientation = 3;
157+
158+
/// The two dimensional (flat) contour of the object.
159+
repeated Vector2d base_polygon = 4;
157160
}
158161

159162
///
@@ -182,4 +185,7 @@ message BaseMoving
182185
/// The relative orientation rate of the object w.r.t. its parent frame and parent orientation rate.
183186
/// Obviously, the orientation rate becomes global/absolute if the parent frame is not rotating.
184187
optional Orientation3d orientation_rate = 6;
188+
189+
/// The two dimensional (flat) contour of the object.
190+
repeated Vector2d base_polygon = 4;
185191
}

0 commit comments

Comments
 (0)