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: sensing/pointcloud_preprocessor/README.md
+39-1
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,45 @@ Detail description of each filter's algorithm is in the following links.
56
56
57
57
## Assumptions / Known limits
58
58
59
-
`pointcloud_preprocessor::Filter` is implemented based on pcl_perception [1] because of [this issue](https://github.com/ros-perception/perception_pcl/issues/9).
59
+
`pointcloud_preprocessor::Filter` is implemented based on pcl_perception [1] because
60
+
of [this issue](https://github.com/ros-perception/perception_pcl/issues/9).
61
+
62
+
## Measuring the performance
63
+
64
+
In Autoware, point cloud data from each LiDAR sensor undergoes preprocessing in the sensing pipeline before being input
65
+
into the perception pipeline. The preprocessing stages are illustrated in the diagram below:
0 commit comments