Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mmatl/urdfpy
- Owner: mmatl
- License: mit
- Created: 2019-01-23T23:29:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T06:34:25.000Z (4 months ago)
- Last Synced: 2024-12-13T10:05:23.655Z (8 days ago)
- Topics: kinematics, robotics, ros, urdf-descriptions, urdf-models, urdf-visualizer
- Language: Python
- Homepage: http://urdfpy.readthedocs.io/
- Size: 7.51 MB
- Stars: 253
- Watchers: 5
- Forks: 100
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-robotic-tooling - urdfpy - A simple and easy-to-use library for loading, manipulating, saving, and visualizing URDF files. (Electronics and Mechanics / Version Control)
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/).
## 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.