// 004

ROBOTIC ARM
SIMULATOR

Date
Jun – Jul 2025
Type
Simulation · Robotics
Stack
Python · NumPy · PyGame

Developed a Python application to simulate robotic arm forward kinematics and inverse kinematics for arbitrary arm configurations.

Linear algebra calculations for end-effector position are handled using NumPy, with real-time visualisation powered by PyGame. Reduced testing time by 91% by simplifying linear transformations.

Add screenshots or demo video here

Add additional images here

Add a deeper technical breakdown — architecture, algorithms, key decisions

What were the hardest parts? What did you learn?

PythonNumPyPyGameForward KinematicsInverse KinematicsLinear Algebra