Involve current product to collision detection

Hy,

How is it possible to involve current product (picked by robot) in collision detection?
So is it possible to define a collisionDetector which respects the product dynamically?

Thx & Regards

The default Selection vs World detector seems to do this automatically.

I suppose you can use the vcCollisionDetector API to create new detectors on the fly when the robot picks up something.
Alternatively, just set the selection to the robot, and it works out of the box.
https://help.visualcomponents.com/4.9/Premium/en/Python_API/vcCollisionDetector.htm?rhhlterm=vccollisiondetector&rhsearch=vcCollisiondetector

1 Like