This repository has been archived by the owner on Sep 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from ami-iit/traversaro-patch-1
Redirect users to urchin instead
- Loading branch information
Showing
1 changed file
with
1 addition
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1 @@ | ||
# murdfpy | ||
|
||
[![PyPI version](https://badge.fury.io/py/murdfpy.svg)](https://badge.fury.io/py/murdfpy) | ||
|
||
murdfpy is a simple and easy-to-use library for loading, manipulating, saving, | ||
and visualizing URDF files. | ||
|
||
**Note: murdfpy is a friendly mantainance fork or [urdfpy](https://github.com/mmatl/urdfpy). The name stands for M(antained) urdfpy. Whenever the urdfpy mantainers return active, we will be happy to redirect this repo to urdfpy.** | ||
|
||
<p float="left"> | ||
<img src="https://github.com/ami-iit/murdfpy/blob/master/docs/source/_static/robotiq.gif?raw=true" alt="GIF of Viewer" width="300"/> | ||
<img src="https://github.com/ami-iit/murdfpy/blob/master/docs/source/_static/ur5.gif?raw=true" alt="GIF of Viewer" width="300"/> | ||
</p> | ||
|
||
## Installation | ||
You can install murdfpy directly from pip. | ||
|
||
```bash | ||
pip install murdfpy | ||
``` | ||
If you are interested in a mantained version of urdfpy, please check https://github.com/fishbotics/urchin . |