Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski committed Jan 10, 2024
1 parent 2b7ff59 commit e38032f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nav2_simple_commander/nav2_simple_commander/costmap_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ def __init__(self, occupancy_map):
"""
Initialize costmap2D.
Args:
occupancy_map (nav_msgs/OccupancyGrid):
2D OccupancyGrid Map
Args
----
occupancy_map (nav_msgs/OccupancyGrid): 2D OccupancyGrid Map
"""
self.size_x = occupancy_map.info.width
Expand Down

0 comments on commit e38032f

Please sign in to comment.