Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fitushar/design-an-inverse-kinematic-controller-to-move-end-effector-

Design an inverse kinematic controller to move end-effector. This work is done as a coursework for the 2nd semester of MAIA in Introduction to Robotics course.
https://github.com/fitushar/design-an-inverse-kinematic-controller-to-move-end-effector-

coursework effector inverse-kinematic-controller maia orientation position redundancy robotics-course

Last synced: 21 days ago
JSON representation

Design an inverse kinematic controller to move end-effector. This work is done as a coursework for the 2nd semester of MAIA in Introduction to Robotics course.

Awesome Lists containing this project

README

        

# Design-an-inverse-kinematic-controller-to-move-end-effector-
Design an inverse kinematic controller to move end-effector. This work is done as a coursework for the 2nd semester of MAIA in Introduction to Robotics course.

# Design an inverse kinematic controller to move end-effector. This work is done as a coursework for the 2nd semester of MAIA in Introduction to Robotics course.
![Presentation Intro](https://github.com/fitushar/Design-an-inverse-kinematic-controller-to-move-end-effector-/blob/master/Images/Robotics_Presentation.png)
The task was to design an Inverse Kinematic controller to move the end-effector from the position
pA to the position pB The movement should be repeated 3 times
by control:
* the position-only without exploiting the redundancy
* the position and the orientation without exploiting the redundancy (desired orientation equal to the initial one)
* the position and the orientation avoiding an obstacle put in p0 (desired orientation equal to
the initial one)

# Code folder Contains the all the implemented code with the GUI.
![Presentation Intro](https://github.com/fitushar/Design-an-inverse-kinematic-controller-to-move-end-effector-/blob/master/Images/Inverse_kinamatics_Controller(%20Position%20Only).PNG)
![Presentation Intro](https://github.com/fitushar/Design-an-inverse-kinematic-controller-to-move-end-effector-/blob/master/Images/Inverse_kinamatics_Controller(%20Obstacle%20Avoidence).PNG)