This commit is contained in:
bjoernellens1 2023-11-24 09:51:23 +01:00 committed by GitHub
parent 4bdc89d92b
commit 8e8153a2f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,8 @@ slam_toolbox:
odom_frame: odom
map_frame: map
base_frame: base_footprint
scan_topic: scan
#scan_topic: /scan_filtered
#scan_topic: scan
scan_topic: scan_filtered
use_map_saver: true
mode: mapping #localization
@ -113,7 +113,7 @@ amcl:
z_max: 0.05
z_rand: 0.5
z_short: 0.05
scan_topic: scan
scan_topic: scan_filtered
bt_navigator:
ros__parameters:
@ -332,7 +332,7 @@ local_costmap:
mark_threshold: 0
observation_sources: scan
scan:
topic: scan
topic: scan_filtered
max_obstacle_height: 2.0
clearing: True
marking: True
@ -364,7 +364,7 @@ global_costmap:
enabled: True
observation_sources: scan
scan:
topic: scan
topic: scan_filtered
max_obstacle_height: 2.0
clearing: True
marking: True