Skip to content

Commit 6df4348

Browse files
committed
Fix wrong field number
1 parent 906336e commit 6df4348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osi_common.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,5 +187,5 @@ message BaseMoving
187187
optional Orientation3d orientation_rate = 6;
188188

189189
/// The two dimensional (flat) contour of the object.
190-
repeated Vector2d base_polygon = 4;
190+
repeated Vector2d base_polygon = 7;
191191
}

0 commit comments

Comments
 (0)