Skip to content

Commit 3b7a70d

Browse files
Update repository cache path and add todo note
1 parent 1b786e3 commit 3b7a70d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

robot_descriptions/_repositories.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,10 @@ class Repository:
183183
"limxdynamics_robot-description": Repository(
184184
url="https://github.com/limxdynamics/robot-description.git",
185185
commit="a097533372a08298d45af391cbdfc2fd2dc3da6f",
186-
cache_path="limxdynamics_robot-description",
186+
# TODO: allow cache path with sub-directories; here we want the
187+
# "robot_description" as last directory name, to match the package path
188+
# in URDF descriptions so that Bullet loads them successfully
189+
cache_path="robot_description",
187190
),
188191
"mini_cheetah_urdf": Repository(
189192
url="https://github.com/Derek-TH-Wang/mini_cheetah_urdf.git",

0 commit comments

Comments
 (0)