OctoMap / octomap

An Efficient Probabilistic 3D Mapping Framework Based on Octrees. Contains the main OctoMap library, the viewer octovis, and dynamicEDT3D.
http://octomap.github.io
1.87k stars 652 forks source link

Any working example on clearing dynamic object? #411

Open evertale888 opened 4 months ago

evertale888 commented 4 months ago

Hello guys. Im quite new at using this library & im using it to build an octomap of the pointcloud obtained from rgbd camera. Just to clarify, im not using the ros version. Now, when i build octomap, i noticed that, the dynamic objects are built along with its movement. Its become like a snake & are also fixed in the octomap. How can i remove this dynamic build & retain only the static one? or clear the area where there are no more dynamic object in it? Is there any working example c++ that i can refer to? Any helps are appreciated.