Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hsprcode/robot-arm-modelling

MATLAB Codes written from scratch to model robot arms, which can be used as industrial robot manipulators and helper robots.
https://github.com/hsprcode/robot-arm-modelling

differential-equations homogeneous-transformations ode-model ode-solver robot-arm robot-framework robotics robotics-programming

Last synced: 14 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.