GithubHelp home page GithubHelp logo

huaileitang / kin-gen Goto Github PK

View Code? Open in Web Editor NEW

This project forked from esrocos/kin-gen

0.0 0.0 0.0 18.35 MB

The kinematics code generator by KUL - git superproject of the different components

License: Other

Shell 11.83% CSS 0.64% Python 18.00% Lua 54.46% C 4.64% Makefile 0.69% C++ 9.75%

kin-gen's Introduction

This is the source code repository of the Kin-Gen tool(chain), a kinematics code generator developed by KU Leuven in the context of the ESROCOS project.

Description

Kin-Gen generates code (C++, Python, Julia) for forward and inverse kinematics solvers for articulated robots.

Given a robot model and a user request, the "ILK Generator" generates a model of the requested kinematics solver, independent of programming language or computational hardware ("ILK" stands for Intermediate Language for Kinematics). Afterwards, this model can be compiled by the "ILK Compiler" into actual code (C++, Python, Julia) that can be used on the target platform.

Please also refer to the readme files of the two main components of the tool, ilk-generator/readme.md and ilk-compiler/readme.md. These files contain building and usage instructions.

The scripts in this folder, ilk-generator.sh and ilk-compiler.sh, are provided for convenience. Please set the following environment variables for their correct execution:

export KIN_GEN_ROOT=<full absolute path to this folder>
export PATH=$PATH:$KIN_GEN_ROOT

Citing the software

Please refer to the following conference paper:

Marco Frigerio, Enea Scioni, Pawel P. Pazderski and Herman Bruyninckx, "Code Generation from Declarative Models of Robotics Solvers", in Third IEEE International Conference on Robotic Computing (IRC), 2019, pp. 369-372.

Available here

License

Copyright © 2019-2020, KU Leuven Robotics Group

Released under the BSD 2-clause license. See the LICENSE file for additional information.

kin-gen's People

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.