Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 622 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 622 Bytes

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_meshes=True to the URDF.load function.

Installation

You can install urchin directly from pip.

pip install gr-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.