Code Monkey home page Code Monkey logo

casclik's Introduction

CASCLIK

CasADi-based closed-loop inverse kinematics.

Introduction

This is a library for rapid prototyping of constraint-based, task-priority closed-loop inverse kinematics. In essence this means you feed it an arbitrary expression with robot variables, inputs, virtual variables, and the controllers try to give you exponential convergence to the desired expression. It supports controller such as the singularity-robust multiple task-priority set-based approach [1], and reactive QP approach (eTaSL/eTC) [2]. It is a prototyping library meant for comparing overall strategies, and although capable of running quite fast, is not the best solution for real-time or finalized industrial applications. It conceptually borrows the architecture from the eTaSL software, and we suggest that users use that for more industrial and real-time sensitive implementations.

[1]: Moe et al., Set-Based Tasks within the Singularity-Robust Multiple Task-Priority Inverse Kinematics Framework: General Formulation, Stability Analysis, and Experimental Results, 2016

[2]: Aertbeliën and De Schutter, eTaSL/eTC: A constraint-based task specification language and robot controller using expression graphs, 2014

Article

CASCLIK: CasADi-Based Closed-Loop Inverse Kinematics

Requirements

This software requires CasADi and by default it uses the "shell compiler" method of compiling the solvers and functions. Make sure that CasADi works with all the example code, and is capable of compiling code and functions.

Installation instructions

  1. Install pip
  2. run pip install --user . in this folder.
  3. Try importing casclik somewhere

Examples

Check the examples folder. It currently only contains jupyter notebook examples.

Others

urdf2casadi

Python module for automatically generating CasADi functions of forward kinematics, either as transformation matrices or as dual quaternions. It also supports Denavit-Hartenberg parameters. Link: urdf2casadi.

casclik_examples

This is a ROS metapackage with example integration of CASCLIK into ROS. The casclik_basics package contains a robot interface for sending joint position commands to the robot. But check out casclik_tests first. Link: casclik_examples.

casclik's People

Contributors

mahaarbo avatar

Watchers

James Cloos avatar Matthew Powelson 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.