Skip to content

Simple robotic manipulator movement simulation in MATLAB, part of coursework

Notifications You must be signed in to change notification settings

jmiseikis/ManipulatorSimulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Robotic Manipulator Simulation

Simple robotic manipulator movement simulation in MATLAB, part of a weekly coursework. The goal was to implement an inverse kinematics solution for a simplified 2-joint robotic manipulator operating in a two dimensional (x, y) workspace. The manipulator has to follow number of points located in a circular pattern.

This is MATLAB file, simply add it to your MATLAB path or current directory. Parameters like number of points and step size (beta) can be modified in the code. It will affect the accuracy and the speed of convergence.

The following graphs are generated which can be useful for model analysis (n = 10, beta = 0.01):

Position convergence

Position convergence

Joint Angles

Angle convergence

And the whole robot configuration (50 points)

Robot configuration

About

Simple robotic manipulator movement simulation in MATLAB, part of coursework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published