Temporary remove collision check on MoveIt
Hi,
I want to perform a collaborative manipulation task with two robotic arm. At a certain moment of the pipeline, one robot have to "touch" the other robot with its end effector. Thus I have to temporary disable collisions and then restore them.
How is it possible?
Currently I use ROS Melodic and MoveIt with Python API.
Thank you!
Quick comment: look into editing/updating/altering the ACM (== "allowed collision matrix").
Thank you! Unfortunately I rely on Python API that does not give access to the ACM apparently. I temporarily solved by disabling the collision from the SDRF and carefully checking that there is no danger in executing the motion.