Skip to content

Commit

Permalink
chore: comment the dock instances out from nav2_params
Browse files Browse the repository at this point in the history
  • Loading branch information
josegarcia committed Jun 17, 2024
1 parent 2433717 commit ec9c012
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions nav2_bringup/params/nav2_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -407,11 +407,12 @@ docking_server:
filter_coef: 0.1

# Dock instances
docks: ['home_dock'] # Input your docks here
home_dock:
type: 'simple_charging_dock'
frame: map
pose: [0.0, 0.0, 0.0]
# The following example illustrates how you should configure the docks instances.
# docks: ['home_dock'] # Input your docks here
# home_dock:
# type: 'simple_charging_dock'
# frame: map
# pose: [0.0, 0.0, 0.0]

controller:
k_phi: 3.0
Expand Down

0 comments on commit ec9c012

Please sign in to comment.