Skip to content

Commit 9159e20

Browse files
Fix repository path in new N1 description
1 parent 6c09e64 commit 9159e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robot_descriptions/n1_description.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from ._cache import clone_to_cache as _clone_to_cache
1010

1111
REPOSITORY_PATH: str = _clone_to_cache(
12-
"unitree_ros",
12+
"Wiki-GRx-Models",
1313
commit=_getenv("ROBOT_DESCRIPTION_COMMIT", None),
1414
)
1515

0 commit comments

Comments
 (0)