From fa3d0536772ea29eeb84cb9f0fef879795773458 Mon Sep 17 00:00:00 2001 From: nwright Date: Mon, 16 Aug 2021 07:06:21 -0700 Subject: [PATCH] reduced refresh rate to decrease load --- stretch_rtab/config/3d/local_costmap_params.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stretch_rtab/config/3d/local_costmap_params.yaml b/stretch_rtab/config/3d/local_costmap_params.yaml index 3763b32..43ca987 100644 --- a/stretch_rtab/config/3d/local_costmap_params.yaml +++ b/stretch_rtab/config/3d/local_costmap_params.yaml @@ -5,10 +5,10 @@ local_costmap: - {name: inflation_layer, type: "costmap_2d::InflationLayer"} global_frame: odom robot_base_frame: base_link - update_frequency: 10.0 - publish_frequency: 5.0 + update_frequency: 5.0 + publish_frequency: 2.0 static_map: false rolling_window: true width: 5.0 height: 5.0 - resolution: 0.06 + resolution: 0.05