Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Najjar <[email protected]>
  • Loading branch information
tonynajjar committed Jan 10, 2024
1 parent a28f387 commit 83833b6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nav2_simple_commander/nav2_simple_commander/costmap_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ def __init__(self, occupancy_map):
Args
----
occupancy_map: OccupancyGrid
2D OccupancyGrid Map
occupancy_map (OccupancyGrid): 2D OccupancyGrid Map
Returns
-------
None
"""
self.size_x = occupancy_map.info.width
Expand Down

0 comments on commit 83833b6

Please sign in to comment.