sbgisen / moveit

:robot: The MoveIt motion planning framework
http://moveit.ros.org/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

planning scene object collide with octomap #14

Open jsupratman13 opened 9 months ago

jsupratman13 commented 9 months ago

Ideally, if an object in the planning scene overlaps the octomap, the boxes overlapping the object should be removed like the one below. This is the core feature.

Screenshot from 2023-09-29 19-30-30

However, here are some examples where the boxes still overlaps with the object even after the cut out process is done. Screenshot from 2023-09-29 19-30-07

I believe that this is because the robot or the sensor updating the octomap cannot see the overlapped boxes at that moment; hence the boxes are not removed. Here is an example where the generated octomap that is not updated because obstacle is not in view, are not removed even if the object overlaps with the octomap

Screenshot from 2023-09-29 19-29-39

jsupratman13 commented 9 months ago

Maybe orientation has an impact too. Need more testing