We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pcl::KdTreeFLANN::setInputCloud] Cannot create a KDTree with an empty input cloud! lidar_align_node: /build/pcl-6_P28C/pcl-1.7.2/kdtree/include/pcl/kdtree/impl/kdtree_flann.hpp:136: int pcl::KdTreeFLANN<PointT, Dist>::nearestKSearch(const PointT&, int, std::vector&, std::vector&) const [with PointT = pcl::PointXYZI; Dist = flann::L2_Simple]: Assertion `point_representation_->isValid (point) && "Invalid (NaN, Inf) point coordinates given to nearestKSearch!"' failed. [lidar_align-2] process has died [pid 15815, exit code -6, cmd /home/zzy/align_ws/devel/lib/lidar_align/lidar_align_node __name:=lidar_align __log:=/home/zzy/.ros/log/142a24e8-92b8-11ea-99ff-54271e1e6f01/lidar_align-2.log]. log file: /home/zzy/.ros/log/142a24e8-92b8-11ea-99ff-54271e1e6f01/lidar_align-2*.log
how to solve it? thank you
The text was updated successfully, but these errors were encountered:
[pcl::KdTreeFLANN::setInputCloud] Cannot create a KDTree with an empty input cloud! lidar_align_node: /build/pcl-6_P28C/pcl-1.7.2/kdtree/include/pcl/kdtree/impl/kdtree_flann.hpp:136: int pcl::KdTreeFLANN<PointT, Dist>::nearestKSearch(const PointT&, int, std::vector&, std::vector&) const [with PointT = pcl::PointXYZI; Dist = flann::L2_Simple]: Assertion `point_representation_->isValid (point) && "Invalid (NaN, Inf) point coordinates given to nearestKSearch!"' failed. [lidar_align-2] process has died [pid 15815, exit code -6, cmd /home/zzy/align_ws/devel/lib/lidar_align/lidar_align_node __name:=lidar_align __log:=/home/zzy/.ros/log/142a24e8-92b8-11ea-99ff-54271e1e6f01/lidar_align-2.log]. log file: /home/zzy/.ros/log/142a24e8-92b8-11ea-99ff-54271e1e6f01/lidar_align-2*.log how to solve it? thank you
Did you solve this problem, I also encountered the same problem, I confirmed that removeNaNFromPointCloud has removed the NAN point
Sorry, something went wrong.
Hi, please test author's example.bag. If data provided by author is correct, I guess the problem is in your own data. #5 (comment)
example.bag
I have tested author's example.bag ,but i also encountered the same problem,how to solve it?
No branches or pull requests
[pcl::KdTreeFLANN::setInputCloud] Cannot create a KDTree with an empty input cloud!
lidar_align_node: /build/pcl-6_P28C/pcl-1.7.2/kdtree/include/pcl/kdtree/impl/kdtree_flann.hpp:136: int pcl::KdTreeFLANN<PointT, Dist>::nearestKSearch(const PointT&, int, std::vector&, std::vector&) const [with PointT = pcl::PointXYZI; Dist = flann::L2_Simple]: Assertion `point_representation_->isValid (point) && "Invalid (NaN, Inf) point coordinates given to nearestKSearch!"' failed.
[lidar_align-2] process has died [pid 15815, exit code -6, cmd /home/zzy/align_ws/devel/lib/lidar_align/lidar_align_node __name:=lidar_align __log:=/home/zzy/.ros/log/142a24e8-92b8-11ea-99ff-54271e1e6f01/lidar_align-2.log].
log file: /home/zzy/.ros/log/142a24e8-92b8-11ea-99ff-54271e1e6f01/lidar_align-2*.log
how to solve it?
thank you
The text was updated successfully, but these errors were encountered: