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 e38032f commit ca85bb9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions nav2_simple_commander/nav2_simple_commander/costmap_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ class PyCostmap2D:
"""

def __init__(self, occupancy_map):
"""
Initialize costmap2D.
Args
----
occupancy_map (nav_msgs/OccupancyGrid): 2D OccupancyGrid Map
"""
self.size_x = occupancy_map.info.width
self.size_y = occupancy_map.info.height
self.resolution = occupancy_map.info.resolution
Expand Down

0 comments on commit ca85bb9

Please sign in to comment.