Skip to content

Commit fafb884

Browse files
GiulioRomualdiStéphane Caron
authored andcommitted
Update the README by adding iDynTree as supported library
1 parent 2b90f7b commit fafb884

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Import open source robot descriptions as Python modules.
1010

11-
Importing a description for the first time automatically downloads and caches files for future imports. Most [Awesome Robot Descriptions](https://github.com/robot-descriptions/awesome-robot-descriptions) are available. All of them [load successfully](https://github.com/stephane-caron/robot_descriptions.py#loaders) in respectively MuJoCo (MJCF) or Pinocchio, PyBullet and yourdfpy (URDF).
11+
Importing a description for the first time automatically downloads and caches files for future imports. Most [Awesome Robot Descriptions](https://github.com/robot-descriptions/awesome-robot-descriptions) are available. All of them [load successfully](https://github.com/stephane-caron/robot_descriptions.py#loaders) in respectively MuJoCo (MJCF) or Pinocchio, iDynTree, PyBullet and yourdfpy (URDF).
1212

1313
## Installation
1414

@@ -65,6 +65,7 @@ The library also provides a `load_robot_description` function for each of the fo
6565
| PyBullet | `robot_descriptions.loaders.pybullet` |
6666
| RoboMeshCat | `robot_descriptions.loaders.pinocchio` |
6767
| yourdfpy | `robot_descriptions.loaders.yourdfpy` |
68+
| iDynTree | `robot_descriptions.loaders.idyntree` |
6869

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

@@ -83,6 +84,7 @@ Load a robot description:
8384
- [PyBullet](https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/load_in_pybullet.py)
8485
- [RoboMeshCat](https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/load_in_robomeshcat.py)
8586
- [yourdfpy](https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/load_in_yourdfpy.py)
87+
- [iDynTree](https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/load_in_idyntree.py)
8688

8789
Visualize a robot description:
8890

0 commit comments

Comments
 (0)