Skip to content

Commit 4c25856

Browse files
Fix package path to N1 description
1 parent 9159e20 commit 4c25856

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
@@ -13,6 +13,6 @@
1313
commit=_getenv("ROBOT_DESCRIPTION_COMMIT", None),
1414
)
1515

16-
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "robots", "N1")
16+
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "N1")
1717

1818
URDF_PATH: str = _path.join(PACKAGE_PATH, "urdf", "N1_raw.urdf")

0 commit comments

Comments
 (0)