Solver for a KUKA KR700 PA (5-axis) robot.
Namespace: Demo3D.IKAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static double[] Solve(
ScriptingObject robot,
Matrix target
)
Parameters
- robot ScriptingObject
- The robot to solve.
- target Matrix
- The world transformation matrix for the target.
Return Value
DoubleArray of solved joint angles (in radians).
See Also