Skip to content

Commit b9fad73

Browse files
Update Baxter and TALOS repository commits
See #136
1 parent 7b7dc80 commit b9fad73

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: CHANGELOG.md

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

55
## [Unreleased]
66

7+
### Changed
8+
9+
- Update `baxter_common` repository with a commit ID rather than a tag
10+
- Update `talos-data` repository with a commit ID rather than a tag
11+
712
## [1.16.0] - 2025-04-09
813

914
### Added

Diff for: robot_descriptions/_repositories.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Repository:
4848
),
4949
"baxter_common": Repository(
5050
url="https://github.com/RethinkRobotics/baxter_common.git",
51-
commit="v1.2.0",
51+
commit="6c4b0f375fe4e356a3b12df26ef7c0d5e58df86e", # v1.2.0
5252
cache_path="baxter_common",
5353
),
5454
"berkeley_humanoid_description": Repository(
@@ -277,7 +277,7 @@ class Repository:
277277
),
278278
"talos-data": Repository(
279279
url="https://github.com/stack-of-tasks/talos-data.git",
280-
commit="v2.0.0",
280+
commit="77169405d6a48a5d3f3f75eb014209f375ff23b6", # v2.0.0
281281
cache_path="talos_data", # match package name
282282
),
283283
"unitree_mujoco": Repository(

0 commit comments

Comments
 (0)