Skip to content
/ ik Public
forked from dazzmo/ik

An inverse kinematics engine, utilising the Pinocchio library.

Notifications You must be signed in to change notification settings

daumpark/ik

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Puppeteer - An Inverse Kinematics Engine

A work-in-progress implementation of a basic inverse kinematics engine

About The Project

(back to top)

Getting Started

Prerequisites

ik requires the following third-party libraries in order to be built and installed.

For testing purposes we have (this is later be a toggle-able option):

(back to top)

Installation

  1. Clone the repo
    git clone https://github.com/dazzmo/ik
  2. Build the library
    cd ik
    mkdir build && cd build
    cmake ..
    make
  3. Installation of the library can then be performed by
    make install

(back to top)

License

Distributed under the GNU LESSER GENERAL PUBLIC LICENSE License. See LICENSE.txt for more information.

(back to top)

Contact

Damian Abood - damian.abood@sydney.edu.au

(back to top)

Acknowledgements

(back to top)

About

An inverse kinematics engine, utilising the Pinocchio library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.0%
  • CMake 7.6%
  • Python 7.4%