RLBench
RLBench copied to clipboard
Add step limit to EndEffectorPoseViaIK action to prevent infinite loops
This PR should fix issues with infinite loops in the EndEffectorPoseViaIK action mode. The fix is to apply a similar step limit pattern as in ERJointViaIK. I have had issues myself with tasks getting stuck in infinite loops here.