Skip to content

Commit

Permalink
[TEMP] hubero_ros - deleted RGBD obstacle layer plugins to prevent co…
Browse files Browse the repository at this point in the history
…nsole flood (currently no working conversion from RGBD data to LaserScan) (#21, #37)
  • Loading branch information
rayvburn committed Feb 20, 2022
1 parent 00491b0 commit 20139e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions hubero_ros/config/planning/common/global_costmap_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global_costmap:
type: 'costmap_2d::StaticLayer'
- name: obstacle_laser_layer
type: 'costmap_2d::ObstacleLayer'
- name: obstacle_rgbd_layer
type: 'costmap_2d::ObstacleLayer'
# - name: obstacle_rgbd_layer
# type: 'costmap_2d::ObstacleLayer'
- name: inflation_layer
type: 'costmap_2d::InflationLayer'
4 changes: 2 additions & 2 deletions hubero_ros/config/planning/common/local_costmap_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local_costmap:
plugins:
- name: obstacle_laser_layer
type: 'costmap_2d::ObstacleLayer'
- name: obstacle_rgbd_layer
type: 'costmap_2d::ObstacleLayer'
# - name: obstacle_rgbd_layer
# type: 'costmap_2d::ObstacleLayer'
- name: inflation_layer
type: 'costmap_2d::InflationLayer'
6 changes: 3 additions & 3 deletions hubero_ros/config/planning/common/recovery_behaviors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ recovery_behaviors:

costmap_reset_far:
reset_distance: 3.0
layer_names: ["obstacle_laser_layer", "obstacle_rgbd_layer"]
layer_names: "obstacle_laser_layer" #, "obstacle_rgbd_layer"]

costmap_reset_close:
reset_distance: 1.5
layer_names: ["obstacle_laser_layer", "obstacle_rgbd_layer"]
layer_names: "obstacle_laser_layer" #, "obstacle_rgbd_layer"]

dummy:
reset_distance: 5.5
layer_names: ["obstacle_laser_layer", "obstacle_rgbd_layer"]
layer_names: "obstacle_laser_layer" #, "obstacle_rgbd_layer"]

0 comments on commit 20139e4

Please sign in to comment.