Code Monkey home page Code Monkey logo

kalibrot's Introduction

This work has been presented at IROS 2021

Link:

https://ieeexplore.ieee.org/abstract/document/9635859

Citation:

@INPROCEEDINGS{9635859, author={Cursi, Francesco and Bai, Weibang and Kormushev, Petar}, booktitle={2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, title={Kalibrot: A Simple-To-Use Matlab Package for Robot Kinematic Calibration}, year={2021}, volume={}, number={}, pages={8852-8859}, doi={10.1109/IROS51168.2021.9635859}}

Kalibrot

Algorithm for Robot Kinematic Calibration

  • Kalibrot is an optimization algorithm for solving the problem of finding the optimal DH parametres for correct robot kinematc calibration.
  • The algorithm uses derivatives of the Cartesian position and orientation (computed through quaternions) which are retrieved analytically, thus speeding up the computations.
  • Two different methods can be used:
    1. traditional pseudoinverse;
    2. constarined quadratic programming problem (solved using quadprog from matlab).

Functions

The main functions are:

  • getModel.m which solves the optimization problem. It finds the optimal DH parameters and also outputs additional information such as the identifiable parameters or the observability measures;
  • RobotKinematics.m is a class building the Robot object which allows to compute the forward kinematics and the derivatives wrt DH parameters. It just takes as input the number of joints, their types, and the initial transfromation matrix.
  • VisualizeResults.m generates three plots for showing the calibrate DH parameters, the calibrated robot kinematic structure, and the identification matrix;
  • The others are just auxiliary functions.

Tests

The tests folder contains two examples:

  • calibration of a 3R robot;

  • calibration of a Stanford manipulator (6DOF);

  • calibration of a KUKA manipulator (7DOF).

  • getData_3R.m, getData_Stanford.m, getData_Kuka.m are used to generate the calibration data for the three simulated robots.

Tutorial

tutorial.pdf explains Kalibrot functionalities and how to use it.

Contact

If you have any question and want to contribute to the project, please email [email protected] . We thank you for your interest and help.

kalibrot's People

Contributors

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