We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b786e3 commit 3b7a70dCopy full SHA for 3b7a70d
robot_descriptions/_repositories.py
@@ -183,7 +183,10 @@ class Repository:
183
"limxdynamics_robot-description": Repository(
184
url="https://github.com/limxdynamics/robot-description.git",
185
commit="a097533372a08298d45af391cbdfc2fd2dc3da6f",
186
- cache_path="limxdynamics_robot-description",
+ # 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",
190
),
191
"mini_cheetah_urdf": Repository(
192
url="https://github.com/Derek-TH-Wang/mini_cheetah_urdf.git",
0 commit comments