Refactor move_base initialization and update costmap config

- Remove automatic initialize() call from MoveBase constructor
- Comment out frame_id and plugins in local costmap config
- Remove unused two_points_global_params.yaml config file
This commit is contained in:
2025-12-16 09:26:46 +07:00
parent a7c4b39c6e
commit a06beb70b8
3 changed files with 175 additions and 173 deletions

View File

@@ -1,8 +1,8 @@
local_costmap:
frame_id: odom
plugins:
- {name: obstacles, type: "costmap_2d::VoxelLayer" }
- {name: inflation, type: "costmap_2d::InflationLayer" }
# frame_id: odom
# plugins:
# - {name: obstacles, type: "costmap_2d::VoxelLayer" }
# - {name: inflation, type: "costmap_2d::InflationLayer" }
obstacles:
enabled: true
footprint_clearing_enabled: true