Skip to content

Commit 70ca6e1

Browse files
uynitsujstephane-caron
authored andcommitted
fix rby1 pinnochio loading
1 parent 28df43d commit 70ca6e1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
6+
- Description YAM (URDF)
7+
- Description RBY1 Mobile Manipulatior (URDF)
68

79
## [1.19.0] - 2025-07-03
810

@@ -18,6 +20,7 @@ All notable changes to this project will be documented in this file.
1820
- Description: WL P311D (URDF)
1921
- Description: WL P311E (URDF)
2022

23+
2124
### Changed
2225

2326
- Rename `leap_hand_v1` to `leap_hand_v1_description`
@@ -32,8 +35,6 @@ All notable changes to this project will be documented in this file.
3235
- Description: Fourier N1 (URDF)
3336
- Description: RSK omnidirectional robot (MJCF)
3437
- Description: YAM (MJCF) (thanks to @kevinzakka)
35-
- Description YAM (URDF)
36-
- Description RBY1 Mobile Manipulatior (URDF)
3738

3839
### Changed
3940

robot_descriptions/_repositories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class Repository:
240240
),
241241
"rby1_description": Repository(
242242
url="https://github.com/uynitsuj/rby1_description.git",
243-
commit="d8e8fe5f92604ef56e11db7f9798973cf94767cb",
243+
commit="e4c07203aa0a0d1b6b3b39da105cb00a77e2bc72",
244244
cache_path="rby1_description",
245245
),
246246
"reachy_description": Repository(

0 commit comments

Comments
 (0)