We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9110046 commit d5320c9Copy full SHA for d5320c9
turtlebot4_navigation/config/nav2.yaml
@@ -309,7 +309,7 @@ collision_monitor:
309
FootprintApproach:
310
type: "polygon"
311
action_type: "approach"
312
- footprint_topic: "/local_costmap/published_footprint"
+ footprint_topic: "local_costmap/published_footprint"
313
time_before_collision: 1.2
314
simulation_time_step: 0.1
315
min_points: 6
@@ -368,4 +368,4 @@ docking_server:
368
k_phi: 3.0
369
k_delta: 2.0
370
v_linear_min: 0.15
371
- v_linear_max: 0.15
+ v_linear_max: 0.15
0 commit comments