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 ffcf440 commit b108ad3
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: Abscissa of the initial point.
occupancy_map: dict
Abscissa of the initial point.
"""
if type(34) not in [int, float]:
Expand Down

0 comments on commit b108ad3

Please sign in to comment.