From 4f6ac09813d2bf409394204f48b56d29135ebff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ellensohn?= Date: Fri, 8 Sep 2023 09:50:41 +0200 Subject: [PATCH] update --- config/nav2_params.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/nav2_params.yaml b/config/nav2_params.yaml index 95963a7..3eca131 100644 --- a/config/nav2_params.yaml +++ b/config/nav2_params.yaml @@ -44,7 +44,7 @@ bt_navigator: use_sim_time: False global_frame: map robot_base_frame: base_link - odom_topic: /odometry/filtered + odom_topic: /odometry bt_loop_duration: 10 default_server_timeout: 20 # 'default_nav_through_poses_bt_xml' and 'default_nav_to_pose_bt_xml' are use defaults: @@ -627,7 +627,7 @@ velocity_smoother: min_velocity: [-0.26, 0.0, -1.0] max_accel: [2.5, 0.0, 3.2] max_decel: [-2.5, 0.0, -3.2] - odom_topic: "odometry/filtered" + odom_topic: "odometry" odom_duration: 0.1 deadband_velocity: [0.0, 0.0, 0.0] velocity_timeout: 1.0 \ No newline at end of file