The forward kinematics problem
Forward kinematics (FK) answers: given the vector of joint angles (or displacements) , where is the end-effector? Formally, FK is a function
that maps joint space to Cartesian (task) space. For a 2-DOF planar arm the output collapses to ; a 6-DOF industrial arm produces a full transform. FK is deterministic: one gives exactly one pose. That makes it easy to compute โ the hard direction (pose joints) is inverse kinematics, which we tackle next lesson.
