Skip to content

Commit

Permalink
moar2
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski committed Jan 10, 2024
1 parent 20382e9 commit d3a3e5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nav2_simple_commander/nav2_simple_commander/costmap_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def __init__(self, occupancy_map):
Args:
----
occupancy_map (OccupancyGrid): 2D OccupancyGrid Map
occupancy_map (OccupancyGrid):
2D OccupancyGrid Map
"""
self.size_x = occupancy_map.info.width
Expand Down

0 comments on commit d3a3e5c

Please sign in to comment.