tiagodc / TreeLS

R functions for processing individual tree TLS point clouds
GNU General Public License v3.0
82 stars 27 forks source link

error: sort_index(): detected NaN #53

Open LY0025 opened 1 year ago

LY0025 commented 1 year ago

When i use shapeFit(shape = "circle", algorithm = "irls"),i get an error: error: sort_index(): detected NaN Error in cppCircleFit(las %>% las2xyz, method, n, conf, inliers, n_best) : sort_index(): detected NaN My point cloud is already normalized and segmented,the previous step only used stempoint( ) to identify the trunk points.

mathpachsi commented 1 year ago

I have the same problem here. Did you solve?