You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,24 @@ The import will automatically download the robot description if you don't have i
52
52
53
53
Some robot descriptions include additional fields. For instance, the ``iiwa_description`` exports ``URDF_PATH_POLYTOPE_COLLISION`` with more detailed collision meshes.
54
54
55
+
## Examples
56
+
57
+
Load a robot description:
58
+
59
+
-[MuJoCo](examples/load_in_mujoco.py)
60
+
-[Pinocchio](examples/load_in_pinocchio.py)
61
+
-[PyBullet](examples/load_in_pybullet.py)
62
+
63
+
Visualize a robot description:
64
+
65
+
-[MeshCat](examples/show_in_meshcat.py)
66
+
-[MuJoCo](examples/show_in_mujoco.py)
67
+
-[PyBullet](examples/show_in_pybullet.py)
68
+
-[yourdfpy](examples/show_in_yourdfpy.py)
69
+
55
70
## Command line tool
56
71
57
-
The command line tool can be used to display any of the robot descriptions below. For example:
72
+
The command line tool can be used to visualize any of the robot descriptions below. For example:
58
73
59
74
```console
60
75
robot_descriptions show solo_description
@@ -104,21 +119,6 @@ Available robot descriptions ([gallery](https://github.com/robot-descriptions/aw
104
119
105
120
New robot descriptions are welcome! Check out the [guidelines](CONTRIBUTING.md) then open a PR.
106
121
107
-
## Examples
108
-
109
-
Load a robot description in:
110
-
111
-
-[MuJoCo](examples/load_in_mujoco.py)
112
-
-[Pinocchio](examples/load_in_pinocchio.py)
113
-
-[PyBullet](examples/load_in_pybullet.py)
114
-
115
-
Visualize a robot description usingf:
116
-
117
-
-[MeshCat](examples/show_in_meshcat.py)
118
-
-[MuJoCo](examples/show_in_mujoco.py)
119
-
-[PyBullet](examples/show_in_pybullet.py)
120
-
-[yourdfpy](examples/show_in_yourdfpy.py)
121
-
122
122
## Thanks
123
123
124
124
Thanks to the maintainers of all the git repositories that made these robot descriptions available.
0 commit comments