octomap::pointcloud [closed]
Hi, After research I found that the only way to modify an OcTree is to convert it into PointCloud, do the modification and then convert back to OcTree. But I cannot find a good way converting between OcTree and PointCloud. I've tried created an iterator of OcTree and puch back each center coordinators of nodes in OcTree to PointCloud but that doesn't work well. Any suggestions?
Chong
When it does not work well, what happens? Please update your question to add some details.
it becomes much noisier then the original one