Resetting Stop Flag #200
-
Hello, I am utilizing the drivers in this package to control a KUKA LBR iisy r760 with MoveIt2's Python API MoveItPy. Sometimes if the velocity/acceleration scaling factor is set too high in my configuration for MoveIt, the velocity/acceleration limits will be exceeded, leading to an Error and the protective stop engaging. I have done some digging into the KukaEACHardware and kuka-external-control-sdk and have found no way to turn off the stop flag that is raised without killing and restarting my terminal session. I was wondering if it is possible right now to reset this with a service or call to the hardware interface. If not, is there an easy way to implement this functionality. Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, If the limits are exceeded and the robot stops, the |
Beta Was this translation helpful? Give feedback.
Oh, I understand, in this case this is a bug, as every error message should deactivate the robot manager. Please create a bugticket with steps to reproduce and we will investigate :)