Skip to content

Commit da2b0e6

Browse files
authored
correct explanation of padding parameters (#627)
1 parent 8fd9264 commit da2b0e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/perception_pipeline/perception_pipeline_tutorial.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Save this file in the config folder in the robot's moveit_config package with na
5252

5353
* *point_subsample*: Choose one of every *point_subsample* points.
5454

55-
* *padding_offset*: The size of the padding (in cm).
55+
* *padding_scale*: Should always be >= 1.0. Scale up collision shapes in the scene before excluding them from the octomap.
5656

57-
* *padding_scale*: The scale of the padding.
57+
* *padding_offset*: Absolute padding (in m) around scaled collision shapes when excluding them from the octomap.
5858

5959
* *filtered_cloud_topic*: The topic on which the filtered cloud will be published (mainly for debugging). The filtering cloud is the resultant cloud after self-filtering has been performed.
6060

@@ -94,9 +94,9 @@ Save this file in the config folder in the robot's moveit_config package with na
9494

9595
* *shadow_threshold*: The minimum brightness of the shadow map below an entity for its dynamic shadow to be visible
9696

97-
* *padding_offset*: The size of the padding (in cm).
97+
* *padding_scale*: Should always be >= 1.0. Scale up collision shapes in the scene before excluding them from the octomap.
9898

99-
* *padding_scale*: The scale of the padding.
99+
* *padding_offset*: Absolute padding (in m) around scaled collision shapes when excluding them from the octomap.
100100

101101
* *filtered_cloud_topic*: The topic on which the filtered cloud will be published (mainly for debugging). The filtering cloud is the resultant cloud after self-filtering has been performed.
102102

0 commit comments

Comments
 (0)