Skip to content

Commit b097667

Browse files
shonigmannSimon Honigmann
andauthored
corrected backup plugin name for multirobot params (#2287)
Co-authored-by: Simon Honigmann <[email protected]>
1 parent 30b405c commit b097667

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

nav2_bringup/bringup/params/nav2_multirobot_params_1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ recoveries_server:
240240
costmap_topic: local_costmap/costmap_raw
241241
footprint_topic: local_costmap/published_footprint
242242
cycle_frequency: 10.0
243-
recovery_plugins: ["spin", "back_up", "wait"]
243+
recovery_plugins: ["spin", "backup", "wait"]
244244
spin:
245245
plugin: "nav2_recoveries/Spin"
246246
backup:

nav2_bringup/bringup/params/nav2_multirobot_params_2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ recoveries_server:
240240
costmap_topic: local_costmap/costmap_raw
241241
footprint_topic: local_costmap/published_footprint
242242
cycle_frequency: 10.0
243-
recovery_plugins: ["spin", "back_up", "wait"]
243+
recovery_plugins: ["spin", "backup", "wait"]
244244
spin:
245245
plugin: "nav2_recoveries/Spin"
246246
backup:

0 commit comments

Comments
 (0)