Coder Social home page Coder Social logo

juliojoel / kuka-kr3 Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 683 KB

Model and simulation of Kuka KR3 R540 robot using MATLAB.

License: GNU General Public License v3.0

MATLAB 100.00%
robotics kuka kuka-kr3 robotics-simulation robotics-kinematics matlab-functions ufsc

kuka-kr3's Introduction

Kuka KR3

Model and simulation in MATLAB of the Kuka KR3 R540 robot.

A kinematic analysis was done as part of the Robotics course at UFSC (Federal University of Santa Catarina, Brazil), and is available in Portuguese in 'doc' folder.

Requirements

How to use

The Example.m file contains the code needed to simulate a specific robot position.

kr3Init - Robot startup

The function initializes the parameters of the Kuka KR3 R540 manipulator robot.

kr3Init(f)

%    Arguments:
% 	      f =  tool positioning vector in mm
%               * opcional parameter, default [0 0 0]
%
%    Action:
%           Creates a global variable named kr3 containing all parameters

The global variable created by the kr3Init function is a SerialLink object that can be manipulated through the Robotics Toolbox functions. To do this, you must declare it:

global kr3

kr3FK - Forward kinematics of the robot

Calculation of the forward kinematics homogeneous matrix of the robot, given a position vector of the joints.

kr3FK(angulosDH)

%    Arguments:
% 	      angulosDH = joint angles vector in degrees (Denavit-Hartemberg)
%                       * opcional parameter, default [0 -90 90 80 0 0]
%
%    Return:
%           Homogeneous matrix of the forward kinematics

kr3IK - Inverse kinematics of the robot

Calculates the inverse kinematics of the manipulator robot. An array with angles in degrees (Denavit-Hartemberg) is returned, where each line represents a valid solution.

kr3IK(mat)

%    Arguments:
% 	        mat = 4 x 4 homogeneous matrix
%
%    Return:
%           Joint angles vector in degrees (Denavit-Hartemberg)

kr3Teach - Graphical teach pendant

The function allows the user to manipulate the robot using a graphical interface.

kr3Teach(q)

%    Arguments:
% 	      q = joint angles vector in degrees (Denavit-Hartemberg)
%                       * opcional parameter, default [0 -90 90 80 0 0]
%
%    Action:
%           Creates figure for robot manipulation

License

GNU General Public License v3.0

Authors

Júlio J. da Costa Neto

Luiz O. Limurci dos Santos

kuka-kr3's People

Contributors

juliojoel avatar

Stargazers

 avatar  avatar  avatar

Watchers

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