Point Cloud Collision Detection (PCL, FCL)
Hello,
I have two or more moving objects in my Point Cloud scene (being captured by a Kinect). I want to detect when the objects collide with each other live. How can I do this? I have looked into the fcl library, but i am not sure how to start/advance because I cannot find any tutorial/example code for doing this. Right now I have my objects as segments and converted the segments into octomap::OcTree.
Can someone please help me regarding this? Thanks!
extract the objects from PCL, and add them in your scene, then add collision check between objects (default there is only robot-object collision checks): https://answers.ros.org/question/3518... There are other solutions, but your question doesn't give any information about your ROS setup.