How to check whether a virtual object is colliding with another?
Hi All,
I have to simulate a planning environment where objects whose poses are randomly determined are added.
It is obvious to check if the just-added object is in collision with the robot, as in here.
How to check if it is in collision with the other existing objects?
Thanks a lot.