Skip to content

Commit

Permalink
allow clearing obstacles
Browse files Browse the repository at this point in the history
  • Loading branch information
meshvaD committed Jan 18, 2024
1 parent d35b1e0 commit 9461aa8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ global_costmap:
pointcloud1:
topic: /camera1_sensor/points
sensor_frame: camera1
clearing: False
clearing: True
marking: True
data_type: "PointCloud2"
min_obstacle_height: 0.001
Expand Down Expand Up @@ -149,7 +149,7 @@ local_costmap:
pointcloud1:
topic: /camera1_sensor/points
sensor_frame: camera1
clearing: False
clearing: True
marking: True
data_type: "PointCloud2"
min_obstacle_height: 0.001
Expand Down

0 comments on commit 9461aa8

Please sign in to comment.