Skip to content

Commit

Permalink
fix goal_checker_plugin parameter format (#3137)
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-kut authored Aug 22, 2022
1 parent 10cd1a1 commit 0bae341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nav2_bringup/params/nav2_multirobot_params_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ controller_server:
min_y_velocity_threshold: 0.5
min_theta_velocity_threshold: 0.001
progress_checker_plugin: "progress_checker"
goal_checker_plugins: "goal_checker"
goal_checker_plugins: ["goal_checker"]
controller_plugins: ["FollowPath"]

# Progress checker parameters
Expand Down
2 changes: 1 addition & 1 deletion nav2_bringup/params/nav2_multirobot_params_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ controller_server:
min_y_velocity_threshold: 0.5
min_theta_velocity_threshold: 0.001
progress_checker_plugin: "progress_checker"
goal_checker_plugins: "goal_checker"
goal_checker_plugins: ["goal_checker"]
controller_plugins: ["FollowPath"]

# Progress checker parameters
Expand Down

0 comments on commit 0bae341

Please sign in to comment.