Skip to content

Commit 8ce1900

Browse files
litghostacomodi
authored andcommitted
Complete connection box lookahead to be aware of connection box.
Signed-off-by: Keith Rothman <[email protected]>
1 parent a96b3b9 commit 8ce1900

File tree

2 files changed

+178
-131
lines changed

2 files changed

+178
-131
lines changed

libs/libvtrcapnproto/connection_map.capnp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ struct VprVector2D {
1313
}
1414

1515
struct VprCostMap {
16-
costMap @0 :List(Matrix.Matrix(VprCostEntry));
17-
offset @1 :List(VprVector2D);
16+
costMap @0 :Matrix.Matrix((Matrix.Matrix(VprCostEntry)));
17+
offset @1 :Matrix.Matrix(VprVector2D);
1818
segmentMap @2 :List(Int64);
1919
}

0 commit comments

Comments
 (0)