foolyc / PyKDL

a python3 binding for orocos-kdl
GNU General Public License v3.0
25 stars 4 forks source link

As the original PyKDL is usually used in python2 with ros, so i wrapper KDL with python3.5 for personal use.

Requirement

install

before install the PyKDL, ensure that your Eigen3 header file is in /usr/local/include

sudo sh install.sh

test

use demo

python test.py

tips

other APIs are almost the same with the original one.