|
4 | 4 | [](https://coveralls.io/github/robot-descriptions/robot_descriptions.py?branch=master) |
5 | 5 | [](https://pypi.org/project/robot_descriptions/) |
6 | 6 |  |
7 | | -[](https://github.com/stephane-caron/robot_descriptions.py/tree/master/CONTRIBUTING.md) |
| 7 | +[](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/CONTRIBUTING.md) |
8 | 8 |
|
9 | 9 | Import open source robot descriptions as Python modules. |
10 | 10 |
|
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). |
| 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/robot-descriptions/robot_descriptions.py#loaders) in respectively MuJoCo (MJCF) or Pinocchio, iDynTree, PyBullet and yourdfpy (URDF). |
12 | 12 |
|
13 | 13 | ## Installation |
14 | 14 |
|
@@ -78,20 +78,20 @@ robot = load_robot_description("upkie_description") |
78 | 78 | ## Examples |
79 | 79 |
|
80 | 80 | Load a robot description: |
81 | | -- [iDynTree](https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/load_in_idyntree.py) |
82 | | -- [MuJoCo](https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/load_in_mujoco.py) |
83 | | -- [Pinocchio](https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/load_in_pinocchio.py) |
84 | | -- [PyBullet](https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/load_in_pybullet.py) |
85 | | -- [RoboMeshCat](https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/load_in_robomeshcat.py) |
86 | | -- [yourdfpy](https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/load_in_yourdfpy.py) |
| 81 | +- [iDynTree](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/load_in_idyntree.py) |
| 82 | +- [MuJoCo](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/load_in_mujoco.py) |
| 83 | +- [Pinocchio](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/load_in_pinocchio.py) |
| 84 | +- [PyBullet](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/load_in_pybullet.py) |
| 85 | +- [RoboMeshCat](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/load_in_robomeshcat.py) |
| 86 | +- [yourdfpy](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/load_in_yourdfpy.py) |
87 | 87 |
|
88 | 88 | Visualize a robot description: |
89 | 89 |
|
90 | | -- [MeshCat](https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/show_in_meshcat.py) |
91 | | -- [MuJoCo](https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/show_in_mujoco.py) |
92 | | -- [PyBullet](https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/show_in_pybullet.py) |
93 | | -- [RoboMeshCat](https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/show_in_robomeshcat.py) |
94 | | -- [yourdfpy](https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/show_in_yourdfpy.py) |
| 90 | +- [MeshCat](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/show_in_meshcat.py) |
| 91 | +- [MuJoCo](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/show_in_mujoco.py) |
| 92 | +- [PyBullet](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/show_in_pybullet.py) |
| 93 | +- [RoboMeshCat](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/show_in_robomeshcat.py) |
| 94 | +- [yourdfpy](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/show_in_yourdfpy.py) |
95 | 95 |
|
96 | 96 | ## Command line tool |
97 | 97 |
|
@@ -226,7 +226,7 @@ The DOF column denotes the number of actuated degrees of freedom. |
226 | 226 |
|
227 | 227 | ## Contributing |
228 | 228 |
|
229 | | -New robot descriptions are welcome! Check out the [guidelines](https://github.com/stephane-caron/robot_descriptions.py/tree/master/CONTRIBUTING.md) then open a PR. |
| 229 | +New robot descriptions are welcome! Check out the [guidelines](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/CONTRIBUTING.md) then open a PR. |
230 | 230 |
|
231 | 231 | ## Thanks |
232 | 232 |
|
|
0 commit comments