Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonynajjar committed Jan 10, 2024
1 parent af34314 commit f82d6bd
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 f82d6bd

Please sign in to comment.