Robotics StackExchange | Archived questions

How to Save MoveIt Octomap?

I am using MoveIt perception feature to create an octomap of the environment. I don't find a way to save the octomap.

How to save the octomap generated in MoveIt? and How to use the saved octomap in the planning scene again? ( to accomplish robot path planning based on the octomap, without recreating the octomap)

Asked by boon on 2015-10-16 09:45:04 UTC

Comments

Hey, did you manage to solve this problem? Because I have the same issue.

Asked by HenrySleek on 2017-03-06 08:14:56 UTC

Answers

This may be what you want to know; in a nutshell use OctoMap designated formats .ot or .bt.

If you want to store the PointCloud data as its file format .pcd, there's an old hack that I'm not sure if this still works.

If you don't need the 3D voxels and only need 2D map projected from OctoMap, see this thread.

Asked by 130s on 2015-10-24 20:33:25 UTC

Comments