Browse Source

reduced refresh rate to decrease load

pull/34/head
nwright 3 years ago
parent
commit
fa3d053677
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      stretch_rtab/config/3d/local_costmap_params.yaml

+ 3
- 3
stretch_rtab/config/3d/local_costmap_params.yaml View File

@ -5,10 +5,10 @@ local_costmap:
- {name: inflation_layer, type: "costmap_2d::InflationLayer"} - {name: inflation_layer, type: "costmap_2d::InflationLayer"}
global_frame: odom global_frame: odom
robot_base_frame: base_link robot_base_frame: base_link
update_frequency: 10.0
publish_frequency: 5.0
update_frequency: 5.0
publish_frequency: 2.0
static_map: false static_map: false
rolling_window: true rolling_window: true
width: 5.0 width: 5.0
height: 5.0 height: 5.0
resolution: 0.06
resolution: 0.05

Loading…
Cancel
Save