jvytee / kdl_parser

Create PyKDL chains from URDF robot descriptions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kdl_parser

Provides basic functionality of kdl_parser_py without ROS dependencies. Includes urdf_parser_py for that purpose.

Installation

kdl_parser depends on PyKDL, so please install the python bindings for Orocos KDL first. Sources and installation instructions are available here.

The package was not yet pushed to PyPI, but installation is straighforward:

git clone https://github.com/jvytee/kdl_parser.git
pip install kdl_parser/ --user

About

Create PyKDL chains from URDF robot descriptions

License:Other


Languages

Language:Python 100.0%