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 9159e20 commit 4c25856Copy full SHA for 4c25856
robot_descriptions/n1_description.py
@@ -13,6 +13,6 @@
13
commit=_getenv("ROBOT_DESCRIPTION_COMMIT", None),
14
)
15
16
-PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "robots", "N1")
+PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "N1")
17
18
URDF_PATH: str = _path.join(PACKAGE_PATH, "urdf", "N1_raw.urdf")
0 commit comments