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
Thank you very much for your project, but I have just started PCL to deal with point clouds and have some doubts. This code is based on the PCL library, but why does main.cpp subscribe to topic filtered_cloud in the format sensor_msgs::PointCloud2 instead of converting to pcl::PointCloudpcl::PointXYZ? Also for the code you provided to filter out NAN points in the point cloud, is this code based on sensor_msgs::PointCloud2 or pcl::PointCloudpcl::PointXYZ? Can you provide guidance? Thanks in advance!
The text was updated successfully, but these errors were encountered:
Thank you very much for your project, but I have just started PCL to deal with point clouds and have some doubts. This code is based on the PCL library, but why does main.cpp subscribe to topic filtered_cloud in the format sensor_msgs::PointCloud2 instead of converting to pcl::PointCloudpcl::PointXYZ? Also for the code you provided to filter out NAN points in the point cloud, is this code based on sensor_msgs::PointCloud2 or pcl::PointCloudpcl::PointXYZ? Can you provide guidance? Thanks in advance!
The text was updated successfully, but these errors were encountered: