We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3d4a4 commit 906336eCopy full SHA for 906336e
osi_common.proto
@@ -154,6 +154,9 @@ message BaseStationary
154
155
/// The relative orientation of the landmark w.r.t its parent frame.
156
optional Orientation3d orientation = 3;
157
+
158
+ /// The two dimensional (flat) contour of the object.
159
+ repeated Vector2d base_polygon = 4;
160
}
161
162
///
@@ -182,4 +185,7 @@ message BaseMoving
182
185
/// The relative orientation rate of the object w.r.t. its parent frame and parent orientation rate.
183
186
/// Obviously, the orientation rate becomes global/absolute if the parent frame is not rotating.
184
187
optional Orientation3d orientation_rate = 6;
188
189
190
191
0 commit comments