Skip to content

Commit 8b8346c

Browse files
Release v0.4.0
1 parent b00b6cc commit 8b8346c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Unreleased
5+
## [0.4.0] - 2022/09/14
66

77
### Added
88

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ Some robot descriptions include additional fields. For instance, the ``iiwa_desc
5151

5252
### Loaders
5353

54-
One-stop shop `load_robot_description` functions are also available for the following robotics software:
54+
The library also provides a one-stop shop `load_robot_description` function for each of the following robotics software:
5555

5656
| Software | Loader |
5757
|-----------|----------------------------------------|
5858
| Pinocchio | `robot_descriptions.loaders.pinocchio` |
5959
| PyBullet | `robot_descriptions.loaders.pybullet` |
6060

61-
The function loads the robot description and returns an instance directly usable in the target software. For example:
61+
The function loads a robot description from its name, and returns an instance directly usable in the target software. For example:
6262

6363
```python
6464
from robot_descriptions.loaders.pinocchio import load_robot_description

robot_descriptions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
Import open source robot description as Python modules.
2020
"""
2121

22-
__version__ = "0.4.0rc1"
22+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)