You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/perception_pipeline/perception_pipeline_tutorial.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,9 @@ Save this file in the config folder in the robot's moveit_config package with na
52
52
53
53
* *point_subsample*: Choose one of every *point_subsample* points.
54
54
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.
56
56
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.
58
58
59
59
* *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.
60
60
@@ -94,9 +94,9 @@ Save this file in the config folder in the robot's moveit_config package with na
94
94
95
95
* *shadow_threshold*: The minimum brightness of the shadow map below an entity for its dynamic shadow to be visible
96
96
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.
98
98
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.
100
100
101
101
* *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.
0 commit comments