alexanderdurr / urchin

Python parser for URDFs

Home Page:http://urdfpy.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Urchin

Urchin is a fork of the no-longer-updated urdfpy. The API is still mostly the same. The main difference currently is that you can load urdfs without the meshes (which is ~100x faster) by passing the flag lazy_load=True to the URDF.load function.

Installation

You can install urchin directly from pip.

pip install urchin

Documentation

See the urdfpy documentation for the current docs. urchin will have its own docs when it diverges enough to deserve it.

The urdfpy docs can be found here for more information.

About

Python parser for URDFs

http://urdfpy.readthedocs.io/

License:MIT License


Languages

Language:Python 100.0%