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/examples/perception_pipeline/perception_pipeline_tutorial.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -110,9 +110,9 @@ Parameters specific to the Point cloud updater are:
110
110
111
111
* *point_subsample*: Choose one of every point_subsample points.
112
112
113
-
* *padding_offset*: The size of the padding (in cm).
113
+
* *padding_offset*: Specifies the padding size (in meters) to be applied to the robot's mesh when filtering links from the octree.
114
114
115
-
* *padding_scale*: The scale of the padding.
115
+
* *padding_scale*: Specifies the scaling factor to be applied to the robot's mesh when filtering links from the octree.
116
116
117
117
* *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