Skip to content

Commit 720f5cd

Browse files
authored
Remove transform_tolerance in static layer (#877)
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
1 parent d2f38ee commit 720f5cd

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

configuration/packages/configuring-costmaps.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ Example
404404
footprint_padding: 0.03
405405
update_frequency: 1.0
406406
publish_frequency: 1.0
407+
transform_tolerance: 0.1
407408
global_frame: map
408409
robot_base_frame: base_link
409410
robot_radius: 0.22 # radius set and used, so no footprint points
@@ -458,7 +459,6 @@ Example
458459
map_subscribe_transient_local: True
459460
enabled: true
460461
subscribe_to_updates: true
461-
transform_tolerance: 0.1
462462
inflation_layer:
463463
plugin: "nav2_costmap_2d::InflationLayer"
464464
enabled: true

configuration/packages/costmap-plugins/static.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,6 @@ This implements a costmap layer taking in a map from either SLAM or ``map_server
6464
Description
6565
QoS settings for map topic.
6666

67-
:``<static layer>``.transform_tolerance:
68-
69-
====== =======
70-
Type Default
71-
------ -------
72-
double 0.0
73-
====== =======
74-
75-
Description
76-
TF tolerance.
77-
7867
:``<static layer>``.map_topic:
7968

8069
====== =======

0 commit comments

Comments
 (0)