Click or drag to resize
MechanismCalculateInverseKinematicsAsync Method (Matrix4, Double, Double, Matrix4, Boolean)
Calculate inverse kinematics given a pose and a starting set of joint values.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public Task<double[]> CalculateInverseKinematicsAsync(
	Matrix4 pose,
	double[] referenceJointValues,
	double[] integratedUnitsJointValues,
	Matrix4 toolMat,
	bool fixedObject
)

Parameters

pose
Type: ABB.Robotics.MathMatrix4
referenceJointValues
Type: SystemDouble
integratedUnitsJointValues
Type: SystemDouble
toolMat
Type: ABB.Robotics.MathMatrix4
fixedObject
Type: SystemBoolean

Return Value

Type: TaskDouble
Version Information

Supported in: 1.0.0.0
See Also