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
Import open source robot descriptions as Python modules. The wrapper automatically downloads and cache files at first import. [Awesome Robot Descriptions](https://github.com/stephane-caron/awesome-robot-descriptions) are available.
5
+
Import open source robot descriptions as Python modules. The wrapper automatically downloads and cache files at first import. Most [Awesome Robot Descriptions](https://github.com/stephane-caron/awesome-robot-descriptions) are available.
6
6
7
7
## Installation
8
8
@@ -43,6 +43,14 @@ The import will automatically download the robot description if you don't have i
43
43
44
44
Some robot descriptions include additional fields. For instance, the ``iiwa_description`` exports ``URDF_PATH_POLYTOPE_COLLISION`` with more detailed collision meshes.
45
45
46
+
## Command line tool
47
+
48
+
The command line tool can be used to display any of the robot descriptions below. For example:
49
+
50
+
```console
51
+
robot_descriptions show solo_description
52
+
```
53
+
46
54
## Descriptions
47
55
48
56
Available robot descriptions ([gallery](https://github.com/stephane-caron/awesome-robot-descriptions#gallery)) currently include:
0 commit comments