Skip to content

EmilianoMartinezA/TE3001B_Fundametals_of_robotics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kinematics

Development of the kinematic solution of a robotic arm

Implementation through Python 3.7, using libraries such as sympy and math, for the creation of the matrices and their operations with respect to the necessary functions and data. Thus obtaining the homogeneous matrix transform.

It is necessary to calculate each element of the robot when the value of the joints changes. In this case two joints are taken into account and solved by Denavit-Hartenberg notation.

For the Forward kinematics case, we are given a configuration of joints to find the position or the orientation that we want to give to the robot, while in the inverse kinematics we have to find the configuration of the joints necessary for a given position/orientation of a certain part of the robot.

About

Compute Robot Kinematics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages