OhMyCalc

2-Link Robot Forward Kinematics Calculator

Compute the end-effector position of a planar 2-link serial manipulator from the two link lengths and two joint angles.

How to Use the 2-Link Robot Forward Kinematics Calculator

  1. Enter the two link lengths.
  2. Enter the two joint angles in degrees.
  3. Click Calculate to see end-effector X, Y and reach.

Casi d'Uso

Formula

x = L₁·cos(θ₁) + L₂·cos(θ₁+θ₂); y = L₁·sin(θ₁) + L₂·sin(θ₁+θ₂); reach = √(x² + y²).

Domande Frequenti

Is the base at the origin?
Yes. θ₁ is measured from the positive X axis and θ₂ from link 1. Shift the result vectorially if the base is elsewhere.
Why compute reach?
For a 2R planar arm the reachable workspace is an annulus of inner radius |L₁ − L₂| and outer radius L₁ + L₂. "Reach" shows how close the end-effector is to either limit.