Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

CalculateInverseKinematics

I am try to Calculate inverse kinematics given a pose and a starting set of joint values using the method :
public bool CalculateInverseKinematics(
	Matrix4 pose,
	double[] referenceJointValues,
	double[] integratedUnitsJointValues,
	Matrix4 toolMat,
	bool fixedObject,
	out double[] resultJointVector
)
However I do not understand the parameters integratedUnitsJointValues nor fixedObject
and I do not find further information in Abb library
Can someone help me ?

Regards,

Comments

  • Do you mean CalcJointT or CalcRobT? Your syntax doesn't look like RAPID