/Robot-Arm-Modelling

MATLAB Codes written from scratch to model robot arms, which can be used as industrial robot manipulators and helper robots.

Primary LanguageMATLAB

Robot-Arm-Modelling-From-Scratch

Dynamic equations of motion for the robot arm

The dynamic_equations_of_motion.m code gives the equations in symbolic varible which gets substituted using the default DH parameters defined (can be changed).

ODE solver

Solving the equations of motion (Ordinary differential equations) of the arm.

Transformation Matrix

Using user defined joints, the code homogeneous_transform_hspr.m symbolically gives the transformation matrix.