# urdfpy **Repository Path**: quintmin/urdfpy ## Basic Information - **Project Name**: urdfpy - **Description**: Python parser for URDFs - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-12 - **Last Updated**: 2026-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.