File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
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
+
7
12
## [ 1.16.0] - 2025-04-09
8
13
9
14
### Added
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class Repository:
48
48
),
49
49
"baxter_common" : Repository (
50
50
url = "https://github.com/RethinkRobotics/baxter_common.git" ,
51
- commit = "v1.2.0" ,
51
+ commit = "6c4b0f375fe4e356a3b12df26ef7c0d5e58df86e" , # v1.2.0
52
52
cache_path = "baxter_common" ,
53
53
),
54
54
"berkeley_humanoid_description" : Repository (
@@ -277,7 +277,7 @@ class Repository:
277
277
),
278
278
"talos-data" : Repository (
279
279
url = "https://github.com/stack-of-tasks/talos-data.git" ,
280
- commit = "v2.0.0" ,
280
+ commit = "77169405d6a48a5d3f3f75eb014209f375ff23b6" , # v2.0.0
281
281
cache_path = "talos_data" , # match package name
282
282
),
283
283
"unitree_mujoco" : Repository (
You can’t perform that action at this time.
0 commit comments