From 9f3055192ca7ec0bdbbb629d3da42f7cb611c6be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ellensohn?= Date: Mon, 4 Sep 2023 10:13:48 +0200 Subject: [PATCH] update --- config/nav2_params.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/nav2_params.yaml b/config/nav2_params.yaml index 0e587a0..b491521 100644 --- a/config/nav2_params.yaml +++ b/config/nav2_params.yaml @@ -163,10 +163,10 @@ controller_server: min_speed_theta: 0.0 # Add high threshold velocity for turtlebot 3 issue. # https://github.com/ROBOTIS-GIT/turtlebot3_simulations/issues/75 - acc_lim_x: 0.1 # was 2.5 - acc_lim_y: 0.0 - acc_lim_theta: 0.1 # was 3.2 - decel_lim_x: -0.1 # was -2.5 + acc_lim_x: 0.05 # was 2.5 + acc_lim_y: 0.1 + acc_lim_theta: 1.0 # was 3.2 + decel_lim_x: -0.05 # was -2.5 decel_lim_y: 0.0 decel_lim_theta: -0.1 # was -3.2 vx_samples: 20