Skip to content

Commit d5320c9

Browse files
authored
make footprint topic relative in collision monitor while using with namespace (#606)
1 parent 9110046 commit d5320c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

turtlebot4_navigation/config/nav2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ collision_monitor:
309309
FootprintApproach:
310310
type: "polygon"
311311
action_type: "approach"
312-
footprint_topic: "/local_costmap/published_footprint"
312+
footprint_topic: "local_costmap/published_footprint"
313313
time_before_collision: 1.2
314314
simulation_time_step: 0.1
315315
min_points: 6
@@ -368,4 +368,4 @@ docking_server:
368368
k_phi: 3.0
369369
k_delta: 2.0
370370
v_linear_min: 0.15
371-
v_linear_max: 0.15
371+
v_linear_max: 0.15

0 commit comments

Comments
 (0)