/urdfpy

Python parser for URDFs

Primary LanguagePythonMIT LicenseMIT

Urdfpy

Build Status Documentation Status Coverage Status PyPI version

Urdfpy is a simple and easy-to-use library for loading, manipulating, saving, and visualizing URDF files.

Extensive API documentation is provided here.

GIF of Viewer GIF of Viewer

Installation

The original repository can be installed with

pip install urdfpy

However, this fork contains some fixes which are yet to be merged into the original repository (this and this. Therefore you can instead install this fork using:

pip install git+https://github.com/sthoduka/urdfpy.git

User Guide

Please see the user guide here for more information.