moveit icon indicating copy to clipboard operation
moveit copied to clipboard

how to configure moveit to generate a coarse resolution octomap and a fine resolution octomap simultaneously in moveit

Open dbdxnuliba opened this issue 2 years ago • 3 comments

How to configure MoveIt to generate octomap of different resolutions from two separate point cloud topics published by two depth cameras at the same time? For example, generating a coarse resolution octomap and a fine resolution octomap simultaneously in moveit with two different pointcloud topics

dbdxnuliba avatar Jun 01 '23 09:06 dbdxnuliba

There is currently only support for one octomap, it's even shared between copies of PlanningScene.

What would be your use case? How should they be handled differently?

simonschmeisser avatar Jun 01 '23 09:06 simonschmeisser

In the scenario, I first move to the vicinity of the target location using a low-resolution map (since the map is large, a coarse resolution is needed), and then use a high-resolution map (which improves collision detection accuracy and has a small map size, saving memory) for precise movement to the target position.

dbdxnuliba avatar Jun 10 '23 09:06 dbdxnuliba

Have you solved the problem?

myjhvytdrt avatar Jul 05 '24 01:07 myjhvytdrt