tussedrotten / pylie

A small Lie library for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pylie

A small Lie library for Python.

This library represents rotations and poses in 3D. It also implements group and Lie operations, as well as their Jacobians.

Install library

You can install this library to your Python environment directly from this repository using pip:

pip install https://github.com/tussedrotten/pylie/archive/master.zip

Dependencies

The library depends upon numpy, which is installed together with pylie when using the command above.

The examples and tests have additional dependencies, see requirements.txt. You can install these dependencies with the following command:

pip install -r requirements.txt

Examples

About

A small Lie library for Python

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%