lm not converged!!
nodelet: /build/pcl-gWGA5r/pcl-1.10.0+dfsg/kdtree/include/pcl/kdtree/impl/kdtree_flann.hpp:138: int pcl::KdTreeFLANN<PointT, Dist>::nearestKSearch(const PointT&, int, std::vector<int>&, std::vector<float>&) const [with PointT = pcl::PointXYZI; Dist = flann::L2_Simple<float>]: Assertion `point_representation_->isValid (point) && "Invalid (NaN, Inf) point coordinates given to nearestKSearch!"' failed.
terminate called after throwing an instance of 'thrust::system::system_error'
what(): for_each: failed to synchronize: cudaErrorIllegalAddress: an illegal memory access was encountered
概要 NDT_CUDAオプションで実行するとCPU使用率が大きく減少し、比較的少ないGPU使用率で実行できる しかししばらく実行していると下記のようなエラーで落ちる fast_gicpの問題ですが不要なら #24 の対応の都合でNDT_CUDAオプションを消してしまったほうが楽
再現手順 修正しないとどう困るか 原因 修正案