|
1 | 1 | # Robot descriptions in Python |
2 | 2 |
|
3 | | -[](https://github.com/robot-descriptions/robot_descriptions.py/actions) |
4 | | -[](https://coveralls.io/github/robot-descriptions/robot_descriptions.py?branch=master) |
| 3 | +[](https://github.com/robot-descriptions/robot_descriptions.py/actions) |
| 4 | +[](https://coveralls.io/github/robot-descriptions/robot_descriptions.py?branch=main) |
5 | 5 | [](https://pypi.org/project/robot_descriptions/) |
6 | 6 | [](https://anaconda.org/conda-forge/robot_descriptions) |
7 | | -[](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/CONTRIBUTING.md) |
| 7 | +[](https://github.com/robot-descriptions/robot_descriptions.py/tree/main/CONTRIBUTING.md) |
8 | 8 |
|
9 | 9 | Import open source robot descriptions as Python modules. |
10 | 10 |
|
@@ -82,20 +82,20 @@ Some robot descriptions include additional fields. For instance, the ``iiwa_desc |
82 | 82 |
|
83 | 83 | Loading a robot description: |
84 | 84 |
|
85 | | -- [iDynTree](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/load_in_idyntree.py) |
86 | | -- [MuJoCo](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/load_in_mujoco.py) |
87 | | -- [Pinocchio](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/load_in_pinocchio.py) |
88 | | -- [PyBullet](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/load_in_pybullet.py) |
89 | | -- [RoboMeshCat](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/load_in_robomeshcat.py) |
90 | | -- [yourdfpy](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/load_in_yourdfpy.py) |
| 85 | +- [iDynTree](https://github.com/robot-descriptions/robot_descriptions.py/tree/main/examples/load_in_idyntree.py) |
| 86 | +- [MuJoCo](https://github.com/robot-descriptions/robot_descriptions.py/tree/main/examples/load_in_mujoco.py) |
| 87 | +- [Pinocchio](https://github.com/robot-descriptions/robot_descriptions.py/tree/main/examples/load_in_pinocchio.py) |
| 88 | +- [PyBullet](https://github.com/robot-descriptions/robot_descriptions.py/tree/main/examples/load_in_pybullet.py) |
| 89 | +- [RoboMeshCat](https://github.com/robot-descriptions/robot_descriptions.py/tree/main/examples/load_in_robomeshcat.py) |
| 90 | +- [yourdfpy](https://github.com/robot-descriptions/robot_descriptions.py/tree/main/examples/load_in_yourdfpy.py) |
91 | 91 |
|
92 | 92 | Visualizing a robot description: |
93 | 93 |
|
94 | | -- [MeshCat](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/show_in_meshcat.py) |
95 | | -- [MuJoCo](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/show_in_mujoco.py) |
96 | | -- [PyBullet](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/show_in_pybullet.py) |
97 | | -- [RoboMeshCat](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/show_in_robomeshcat.py) |
98 | | -- [yourdfpy](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/examples/show_in_yourdfpy.py) |
| 94 | +- [MeshCat](https://github.com/robot-descriptions/robot_descriptions.py/tree/main/examples/show_in_meshcat.py) |
| 95 | +- [MuJoCo](https://github.com/robot-descriptions/robot_descriptions.py/tree/main/examples/show_in_mujoco.py) |
| 96 | +- [PyBullet](https://github.com/robot-descriptions/robot_descriptions.py/tree/main/examples/show_in_pybullet.py) |
| 97 | +- [RoboMeshCat](https://github.com/robot-descriptions/robot_descriptions.py/tree/main/examples/show_in_robomeshcat.py) |
| 98 | +- [yourdfpy](https://github.com/robot-descriptions/robot_descriptions.py/tree/main/examples/show_in_yourdfpy.py) |
99 | 99 |
|
100 | 100 | ## Command line tool |
101 | 101 |
|
@@ -243,7 +243,7 @@ The DOF column denotes the number of actuated degrees of freedom. |
243 | 243 |
|
244 | 244 | ## Contributing |
245 | 245 |
|
246 | | -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. |
| 246 | +New robot descriptions are welcome! Check out the [guidelines](https://github.com/robot-descriptions/robot_descriptions.py/tree/main/CONTRIBUTING.md) then open a PR. |
247 | 247 |
|
248 | 248 | ## Thanks |
249 | 249 |
|
|
0 commit comments