Creating User-defined Inverse Kinematics

You can provide your own inverse kinematic routine as an external DLL.

An example user inverse kinematics routine is provided that computes the inverse kinematics solution (set of joint variables). The interface for the C-style function is well-defined to integrate with DELMIA kinematics and simulation, and provides the availability of the kinematic parameters, robot, and desired TCP.

This task shows you how to: