Skip to content

Commit 3109088

Browse files
committed
change rby package paths; meshes used to be hidden
1 parent 7666d61 commit 3109088

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

robot_descriptions/rby1_description.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
commit=_getenv("ROBOT_DESCRIPTION_COMMIT", None),
1717
)
1818

19-
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "models/rby1a")
19+
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "models/rby1a/urdf")
2020

21-
URDF_PATH: str = _path.join(PACKAGE_PATH, "urdf/model.urdf")
21+
URDF_PATH: str = _path.join(PACKAGE_PATH, "model.urdf")

robot_descriptions/rby1_mj_description.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
commit=_getenv("ROBOT_DESCRIPTION_COMMIT", None),
1717
)
1818

19-
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "models/rby1a")
19+
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "models/rby1a/mujoco")
2020

21-
MJCF_PATH: str = _path.join(PACKAGE_PATH, "mujoco/model.xml")
21+
MJCF_PATH: str = _path.join(PACKAGE_PATH, "model.xml")

0 commit comments

Comments
 (0)