Hello,
We use octomap to build a voxel based semantic map with a visual SLAM system. Voxel filter and a limited range for raycasting are used to be able to construct a map at 1-2 Hz. The system is built in ROS and visualization is done in RVIZ with
octomap rviz plugin.
A custom octree for semantics is used. We first use
PCL library with custom point types to store semantics information in point cloud . Then we insert the point cloud into a semantic octree. Also, different semantic fusion methods are used.
Hope that this could help future users who want to use semantics information together with octomap or tho want to build an octomap in real time.
Xuan