Skip to content

Commit 5a871ca

Browse files
author
Johannes Hechtl
committed
registered ur5e empty world
1 parent b28fddc commit 5a871ca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

python/rcs/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ def get_scene_urdf(scene_name: str) -> str | None:
7272
urdf=os.path.join(site.getsitepackages()[0], "rcs", "scenes", "so101_empty_world", "robot.urdf"),
7373
robot_type=common.RobotType.FR3,
7474
),
75+
"ur5e_empty_world": Scene(
76+
mjb=os.path.join(site.getsitepackages()[0], "rcs", "scenes", "ur5e_empty_world", "scene.mjb"),
77+
mjcf_scene=os.path.join(site.getsitepackages()[0], "rcs", "scenes", "ur5e_empty_world", "scene.xml"),
78+
mjcf_robot=os.path.join(site.getsitepackages()[0], "rcs", "scenes", "ur5e_empty_world", "robot.xml"),
79+
urdf=os.path.join(site.getsitepackages()[0], "rcs", "scenes", "ur5e_empty_world", "robot.urdf"),
80+
robot_type=common.RobotType.UR5e,
81+
)
7582
}
7683

7784
# make submodules available

0 commit comments

Comments
 (0)