diff --git a/uwrt_mars_rover_drivetrain/uwrt_mars_rover_drivetrain_description/config/costmap_parameters.yaml b/uwrt_mars_rover_drivetrain/uwrt_mars_rover_drivetrain_description/config/costmap_parameters.yaml index ca237c98..978cf901 100644 --- a/uwrt_mars_rover_drivetrain/uwrt_mars_rover_drivetrain_description/config/costmap_parameters.yaml +++ b/uwrt_mars_rover_drivetrain/uwrt_mars_rover_drivetrain_description/config/costmap_parameters.yaml @@ -8,6 +8,7 @@ controller_server: failure_tolerance: 0.3 progress_checker_plugin: "progress_checker" goal_checker_plugins: ["simple_goal_checker"] + controller_plugins: ["FollowPath"] # Progress checker parameters @@ -21,6 +22,7 @@ controller_server: plugin: "nav2_controller::SimpleGoalChecker" xy_goal_tolerance: 0.02 yaw_goal_tolerance: 0.02 + # DWB parameters FollowPath: plugin: "dwb_core::DWBLocalPlanner"