Skip to content

Commit 89c7856

Browse files
committed
fix(ray_ground_filter): change to pointXYZI
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
1 parent b684632 commit 89c7856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perception/ground_segmentation/include/ground_segmentation/ray_ground_filter_nodelet.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ namespace ground_segmentation
8484
{
8585
class RayGroundFilterComponent : public pointcloud_preprocessor::Filter
8686
{
87-
typedef pcl::PointXYZ PointType_;
87+
typedef pcl::PointXYZI PointType_;
8888

8989
struct PointXYZRTColor
9090
{

0 commit comments

Comments
 (0)