This lesson covers forward and inverse kinematics for robotic manipulators.
Forward Kinematics
Given joint angles \(\theta_1, \theta_2\), the end-effector position of a 2R planar robot is:
\(x = l_1\cos\theta_1 + l_2\cos(\theta_1+\theta_2)\) \(y = l_1\sin\theta_1 + l_2\sin(\theta_1+\theta_2)\)
Try it live:
Coding FK
Run the FK calculation yourself: