File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 1.21.0] - 2025-09-03
8+
79### Added
810
11+ - Add "with hands" variant to the G1 MJCF description (thanks to @jonzamora )
912- Description: TIAGo++ (MJCF) (thanks to @Danfoa )
1013- Description: ToddlerBot (URDF)
1114- Description: Unitree H1\_ 2 (MJCF) (thanks to @TonyZYT2000 )
@@ -14,11 +17,6 @@ All notable changes to this project will be documented in this file.
1417### Changed
1518
1619- CICD: Disable fail-fast when testing loaders
17- - Update ` g1_mj_description ` to load ` g1_with_hands.xml ` instead of ` g1.xml `
18-
19- ### Fixed
20-
21- - Update commit and URDF path of YAM description
2220
2321### Fixed
2422
Original file line number Diff line number Diff line change 11cff-version : 1.2.0
22message : " If you find this code helpful, please cite it as below."
33title : " robot_descriptions.py: Robot descriptions in Python"
4- version : 1.20 .0
5- date-released : 2025-07-15
4+ version : 1.21 .0
5+ date-released : 2025-09-03
66url : " https://github.com/robot-descriptions/robot_descriptions.py"
77license : " Apache-2.0"
88authors :
Original file line number Diff line number Diff line change 88
99from ._descriptions import DESCRIPTIONS
1010
11- __version__ = "1.20 .0"
11+ __version__ = "1.21 .0"
1212
1313__all__ = ["DESCRIPTIONS" ]
You can’t perform that action at this time.
0 commit comments