12-13-2019, 04:46 PM
Hi,
I cannot get this to work properly. I need to turn off collision check sometimes and turn it back on again. Even though the collision icon in RoboDK gui shows OFF (red x) but still showing collisions between robots. I have to manually turn it On and Off to get rid of collisions.
I specifically need to do this through C++ API, which seems to do nothing. See following line:
RDK->setCollisionActive(RDK->COLLISION_OFF);
Could you take a look into this?
I cannot get this to work properly. I need to turn off collision check sometimes and turn it back on again. Even though the collision icon in RoboDK gui shows OFF (red x) but still showing collisions between robots. I have to manually turn it On and Off to get rid of collisions.
I specifically need to do this through C++ API, which seems to do nothing. See following line:
RDK->setCollisionActive(RDK->COLLISION_OFF);
Could you take a look into this?