Set fixed transform properties of joint
setFixedTransform(
sets the jointObj
,dhparams
,"dh")ChildToJointTransform
property using
Denavit-Hartenberg (DH) parameters. The
JointToParentTransform
property is set to an identity
matrix. DH parameters are given in the order [a alpha d
theta]
.
For revolute joints, the theta
input is ignored when
specifying the fixed transformation between joints because that angle is
dependent on the joint configuration. For prismatic joints, the
d
input is ignored. For more information, see Rigid Body Tree Robot Model.
[1] Craig, John J. Introduction to Robotics: Mechanics and Control. Reading, MA: Addison-Wesley, 1989.
[2] Siciliano, Bruno. Robotics: Modelling, Planning and Control. London: Springer, 2009.