Robotics
- · Hankyu Kim · Robotics
Numerical Inverse Kinematics
Numerical inverse kinematics can iteratively solve for joint angles to reach a desired end-effector position using gradient descent with the Jacobian pseudo-inverse, suitable for planar manipulators and more complex robotic arms.
- · Hankyu Kim · Robotics
Analytical Inverse Kinematics
This post demonstrates how to compute the inverse kinematics of a 2-link planar robot arm using the Law of Cosines, providing a step-by-step guide for analytical solutions.
- · Hankyu Kim · Robotics
DH Parameters
Denavit-Hartenberg (DH) parameters provide a systematic way to describe robot geometry, linking kinematics, joints, and links for practical robot modeling and control.
- · Hankyu Kim · Robotics
Transformation Matrix
The core idea of transformation matrices is that a point represented in one coordinate frame (B) can be expressed in another frame (A) by combining rotation and translation into a single operator.