Collison Detection between two point clouds using PCL
问题 Given two point clouds such that one point cloud is static whereas other is mobile obstacle. We want to move the mobile point cloud obstacle in space and note down whether it is intersecting with the static point cloud at that position. Is there a function available in PCL to do this automatically or do we have to write our own function to do the same? 回答1: The fcl (Flexible Collision Library) library can do fast collision detection. Here are the supported different object shapes: sphere box