Skip to content

Commit 70e9244

Browse files
stephane-caronStéphane Caron
authored andcommitted
Link to yourdfpy loader in README
1 parent ba8e54a commit 70e9244

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ The library also provides a `load_robot_description` function for each of the fo
6363
| MuJoCo | `robot_descriptions.loaders.mujoco` |
6464
| Pinocchio | `robot_descriptions.loaders.pinocchio` |
6565
| PyBullet | `robot_descriptions.loaders.pybullet` |
66+
| yourdfpy | `robot_descriptions.loaders.yourdfpy` |
6667

6768
The function loads a robot description from its name, and returns an instance directly usable in the target software. For example:
6869

@@ -79,6 +80,7 @@ Load a robot description:
7980
- [MuJoCo](https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/load_in_mujoco.py)
8081
- [Pinocchio](https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/load_in_pinocchio.py)
8182
- [PyBullet](https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/load_in_pybullet.py)
83+
- [yourdfpy](https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/load_in_yourdfpy.py)
8284

8385
Visualize a robot description:
8486

0 commit comments

Comments
 (0)