Skip to content

Commit 34a4b7c

Browse files
Remove docking absolute topic namespaces (#5068)
Signed-off-by: Steve Macenski <[email protected]>
1 parent e63fecc commit 34a4b7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nav2_bringup/params/nav2_params.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ docking_server:
463463
v_linear_min: 0.15
464464
v_linear_max: 0.15
465465
use_collision_detection: true
466-
costmap_topic: "/local_costmap/costmap_raw"
467-
footprint_topic: "/local_costmap/published_footprint"
466+
costmap_topic: "local_costmap/costmap_raw"
467+
footprint_topic: "local_costmap/published_footprint"
468468
transform_tolerance: 0.1
469469
projection_time: 5.0
470470
simulation_step: 0.1

0 commit comments

Comments
 (0)