Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mmatl/urdfpy

Python parser for URDFs
https://github.com/mmatl/urdfpy

kinematics robotics ros urdf-descriptions urdf-models urdf-visualizer

Last synced: 1 day ago
JSON representation

Python parser for URDFs

Awesome Lists containing this project

README

        

# Urdfpy

[![Build Status](https://travis-ci.org/mmatl/urdfpy.svg?branch=master)](https://travis-ci.org/mmatl/urdfpy)
[![Documentation Status](https://readthedocs.org/projects/urdfpy/badge/?version=latest)](https://urdfpy.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://coveralls.io/repos/github/mmatl/urdfpy/badge.svg?branch=master)](https://coveralls.io/github/mmatl/urdfpy?branch=master)
[![PyPI version](https://badge.fury.io/py/urdfpy.svg)](https://badge.fury.io/py/urdfpy)

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

Extensive API documentation is provided [here](https://urdfpy.readthedocs.io/en/latest/).


GIF of Viewer
GIF of Viewer

## Installation
You can install urdfpy directly from pip.

```bash
pip install urdfpy
```

## User Guide
Please see the user guide [here](https://urdfpy.readthedocs.io/en/latest/examples/index.html) for
more information.