Skip to content

Commit 237511d

Browse files
committed
call function to draw map
1 parent a2d4b78 commit 237511d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/mapping/binary/binary_grid_mapper.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,4 @@ def draw(self, axes, elems):
5252
elems: List of plot object
5353
"""
5454

55-
# draw occupancy grid map
56-
57-
pass
55+
self.map.draw_map(axes, elems)

0 commit comments

Comments
 (0)