pynocchio

The pinocchio extension library


License
MIT
Install
pip install pynocchio==0.0.1

Documentation

Python bindings for Pinocchio C++ library

https://travis-ci.org/alexanderlarin/pynocchio.svg?branch=master

Based on:

Supported platforms:

  • Windows
  • Linux
  • OSX (in progress)

Prerequisites

On Unix (Linux, OS X)

  • A compiler with C++11 support
  • CMake >= 2.8.12

On Windows

  • Visual Studio 2015 (required for all Python versions, see notes below)
  • CMake >= 3.1

Installation

Install pynocchio with pip:

pip install pynocchio

Examples

We provide some basic examples on how to use pynocchio in Python in the examples directory.