Nirav Madhani
<- Back to Projects
Jun 1, 2021

Robotics Course & FK Visualization

RoboticsFundamentalsKinematicsC++

Challenges Solved

  • FK Visualization: Implemented and visualized 3D Forward Kinematics transformations from scratch.

Signal

Fundamentals / C++ / Kinematics

Technical Depth

  • Tmatrix() computes a 4x4 homogeneous transform from joint parameters [a, alpha, d, theta].
  • Implemented DH-style transform matrix with explicit cos/sin components.
  • Chain multiplication: m01 * m12 * m23 * ... for the end-effector.
  • Developed the structure to be modular and ready for any DH parameter input.

Media

Robot sample

Links