Skip to content

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

License

Notifications You must be signed in to change notification settings

ESROCOS/kin-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b70af01 · Oct 17, 2022

History

25 Commits
Dec 19, 2018
Jan 22, 2020
Jan 22, 2020
Oct 17, 2022
May 24, 2019
Oct 17, 2022
Oct 17, 2022
May 24, 2019
Jan 22, 2020
Aug 28, 2018
Jan 21, 2020
Jan 23, 2020
Oct 17, 2022
May 24, 2019

Repository files navigation

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.