We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DESCRIPTIONS
1 parent 6d84df0 commit 2e1ae67Copy full SHA for 2e1ae67
CHANGELOG.md
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
10
- Description: Ability Hand (MJCF)
11
- Description: Ability Hand (URDF)
12
- Description: Apptronik Apollo (MJCF)
13
+- Export `DESCRIPTIONS` dictionary from top-level module
14
15
### Changed
16
robot_descriptions/__init__.py
@@ -6,4 +6,8 @@
6
7
"""Import open source robot description as Python modules."""
8
9
+from ._descriptions import DESCRIPTIONS
+
__version__ = "1.15.0"
+__all__ = ["DESCRIPTIONS"]
0 commit comments