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.
@@ -11,10 +12,16 @@ Importing a description for the first time automatically downloads and caches fi
11
12
12
13
## Installation
13
14
15
+
### Install from pip
14
16
```console
15
17
pip install robot_descriptions
16
18
```
17
19
20
+
### Install from conda
21
+
```console
22
+
conda install -c conda-forge robot_descriptions
23
+
```
24
+
18
25
## Usage
19
26
20
27
The library provides `load_robot_description` functions that return an instance of a robot description directly usable in the corresponding software. For example:
0 commit comments