Hello,
Please note that KUKA|prc is doing collision detection and not collision avoidance. The problem with avoidance is that it is highly application-dependent. In some cases like milling it might be possible to simply tilt the tool, in other cases tilting a gripper might be the completely wrong thing to do. If you want to do avoidance yourself, the easiest way is that you do an initial simulation that outputs which positions are causing collisions through the (member-only) Analysis component, and then you create your own algorithm on how to deal with it, e.g. tilting a plane, removing the position altogether etc.
Hope that helps!
Best,
Johannes