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
The library provides `load_robot_description` functions that, given a description name, return an instance directly usable in the corresponding robotics software. For example:
20
+
The library provides `load_robot_description` functions that return an instance of a robot description directly usable in the corresponding software. For example:
21
21
22
22
```python
23
23
from robot_descriptions.loaders.pinocchio import load_robot_description
0 commit comments