Skip to content

Commit

Permalink
fixed param name
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Dec 6, 2024
1 parent 552e310 commit 917986e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion husarion_ugv_docking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The package contains a `ChargingDock` plugin for the [opennav_docking](https://g

## Configuration Files

- [`husarion_ugv_docking_server.yaml`](./config/husarion_ugv_docking_server.yaml): Defines parameters for a `docking_server` and a `ChargingDock` plugin. Defines poses where charging docks are spawned in the Gazebo.
- [`husarion_ugv_docking_server.yaml`](./config/docking_server.yaml): Defines parameters for a `docking_server` and a `ChargingDock` plugin. Defines poses where charging docks are spawned in the Gazebo.


## ROS Nodes
Expand Down
2 changes: 1 addition & 1 deletion panther_gazebo/launch/spawn_charging_docks.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def generate_launch_description():
[
FindPackageShare("husarion_ugv_docking"),
"config",
"husarion_ugv_docking_server.yaml",
"docking_server.yaml",
]
),
description=("Path to docking server configuration file."),
Expand Down

0 comments on commit 917986e

Please sign in to comment.