Giter Club home page Giter Club logo

robotic-arm's Introduction

Robotic-Arm

The goal of the project was to study the behaviour of a 4-dof robotic arm

To simulate the robotic arm , we used Matlab with Corke's robotic toolbox.

4-dof

Model the robotic arm

The first step was the modeling of the robot in the simulated environment and the definition of the necessary parameters ( links between motors, masses , inertias etc.)

toolbox

Kinematics

After modeling the robot, we solved the forward kinematics by calculating the Denavit-Hartenberg paremeters

Link θi di ai αi
1 θ1 0 0 -90°
2 θ2 0 0 90°
3 θ3 0 0 0
4 0 d4 0 0

Inverse Kinematics

By expressing the parameters of the robot as a function of the Cartesian coordinates we get the following equations:

inv-kin

Path Planning

To make the end-effector move in a circular path during a specific amount of time , we have to define at least 9 points to form the path and then direct the arm into them with a specified order.

inv-kin

Of course before we actualy move the robot, we have to solve the robot's Dynamics.

Dynamics

The formation of the Euler-Lagrange equation will enable us to find the actual forces we need to apply in the motors, to force the arm move in a certain way.

euler-lagr

Control

Finally to optimize the movement of the robot into the specified path, it is essential to add a control mechanism. We choosed ato do that using feedforward-torque control.

control

After applying the control, we tried to move the robot in a circular path and measured the difference between the desired path and the actual movement.

cpc

robotic-arm's People

Contributors

sergioskar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.