Skip to content

Commit

Permalink
Use base_footprint link as the tf base for slam & localization
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Aug 21, 2024
1 parent fca2881 commit b883e16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion turtlebot4_navigation/config/localization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ amcl:
alpha3: 0.2
alpha4: 0.2
alpha5: 0.2
base_frame_id: "base_link"
base_frame_id: "base_footprint"
beam_skip_distance: 0.5
beam_skip_error_threshold: 0.9
beam_skip_threshold: 0.3
Expand Down
2 changes: 1 addition & 1 deletion turtlebot4_navigation/config/slam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ slam_toolbox:
# ROS Parameters
odom_frame: odom
map_frame: map
base_frame: base_link
base_frame: base_footprint
scan_topic: scan
mode: mapping

Expand Down

0 comments on commit b883e16

Please sign in to comment.