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