diff --git a/husarion_ugv_docking/README.md b/husarion_ugv_docking/README.md index b706d155..29560b66 100644 --- a/husarion_ugv_docking/README.md +++ b/husarion_ugv_docking/README.md @@ -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 diff --git a/panther_gazebo/launch/spawn_charging_docks.launch.py b/panther_gazebo/launch/spawn_charging_docks.launch.py index 32c7ff1f..0c56fbde 100644 --- a/panther_gazebo/launch/spawn_charging_docks.launch.py +++ b/panther_gazebo/launch/spawn_charging_docks.launch.py @@ -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."),