ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Define, what a 3D map is for you and what you expect from the algorithm.

I'm assuming from the topic you want mapping from known poses and not SLAM. There are multiple valid representations. A quick and simple way would be to build an octomap using the octomap_server package. This accepts localized (via tf) PointCloud2 and produces an octree map.

Define, what a 3D map is for you and what you expect from the algorithm.

I'm assuming from the topic you want mapping from known poses and not SLAM. There are multiple valid representations. A quick and simple way would be to build an octomap using the octomap_server octomap_server package. This accepts localized (via tf) PointCloud2 and produces an octree map.