Skip to content

Commit eece43d

Browse files
committed
RC for README.
1 parent ab7f66e commit eece43d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

GM/GridMap_Test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2387,7 +2387,7 @@ def test_render_with_trajectory(self):
23872387
def test_build_map_and_interact(self):
23882388
print("test_build_map_and_interact")
23892389

2390-
gridMap = GridMap.GridMap2D(10, 20, outOfBoundValue=-200)
2390+
gridMap = GridMap.GridMap2D(10, 20, name="RedIntersection", outOfBoundValue=-200)
23912391

23922392
gridMap.set_value_normal_block(-1)
23932393
gridMap.set_value_starting_block(-1)

docs/EndingBlockRadiusMode.png

109 KB
Loading

0 commit comments

Comments
 (0)