Is my general design right in motion planning based on continuous PointCloud stream from camera?

asked 2017-12-05 03:20:36 -0500

dror.erez.private@gmail.com gravatar image

Hi, I am trying to perform motion planning and to avoid collisions using Moveit. For that I need to continuously import PointCloud form my ZED 3D camera. What is the best way to do that? I thought to use PointCloudOctomapUpdater to continuously update an OctoMap, and use PlanningSceneMonitor to update the PlanningScene with that Octomap. Is that solution right? Maybe I need to use FCL input instead? Any tutorials regarding all that? Thanks in advance, Dror

edit retag flag offensive close merge delete