Skip to content

Commit 19a91ce

Browse files
Release v2.1.0
1 parent 1a068d0 commit 19a91ce

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [2.1.0] - 2024-07-31
8+
79
### Added
810

911
- Add ``--variant`` keyword argument to all examples
10-
- CICD: Add Python workflow
12+
- Add ``camera_eye`` frame to the camera variant
1113
- Add an empty visual box to each virtual link
14+
- CICD: Add Python workflow
1215

1316
### Changed
1417

@@ -17,6 +20,7 @@ All notable changes to this project will be documented in this file.
1720
### Fixed
1821

1922
- Rendering of the IMU frame orientation in MeshCat
23+
- Rendering of virtual-link frames in MeshCat
2024

2125
## [2.0.0] - 2024-07-25
2226

@@ -137,7 +141,8 @@ Initial robot description.
137141
- Robot description (kinematics, inertias, collisions) in URDF
138142
- Scripts to compute box and cylinder inertias
139143

140-
[unreleased]: https://github.com/upkie/upkie_description/compare/v2.0.0...HEAD
144+
[unreleased]: https://github.com/upkie/upkie_description/compare/v2.1.0...HEAD
145+
[2.1.0]: https://github.com/upkie/upkie_description/compare/v2.0.0...v2.1.0
141146
[2.0.0]: https://github.com/upkie/upkie_description/compare/v1.6.0...v2.0.0
142147
[1.6.0]: https://github.com/upkie/upkie_description/compare/v1.5.0...v1.6.0
143148
[1.5.0]: https://github.com/upkie/upkie_description/compare/v1.4.0...v1.5.0

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Upkie wheeled bipeds description
1+
# Upkie wheeled biped description
22

33
<img src="https://user-images.githubusercontent.com/1189580/169594012-2d685579-2b66-4470-9def-57bd0656b420.png" align="right" width="300">
44

@@ -40,7 +40,7 @@ If you use this description in your works, please cite as follows:
4040
@software{upkie_description,
4141
author = {Caron, Stéphane and Tordjman--Levavasseur, Valentin},
4242
license = {Apache-2.0},
43-
title = {{Upkie wheeled bipeds description}},
43+
title = {{Upkie wheeled biped description}},
4444
url = {https://github.com/upkie/upkie_description},
4545
version = {2.1.0},
4646
year = {2024}

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>upkie_description</name>
4-
<version>2.0.0</version>
4+
<version>2.1.0</version>
55
<description>Description package for Upkie wheeled biped robots</description>
66
<author>Stéphane Caron</author>
77
<author>Valentin Tordjman--Levavasseur</author>

python/upkie_description/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
from .paths import MESHES_PATH, PATH, URDF_PATH
1313

14-
__version__ = "2.0.0"
14+
__version__ = "2.1.0"
1515

1616
__all__ = [
1717
"MESHES_PATH",

0 commit comments

Comments
 (0)