Skip to content

Commit 4572b4b

Browse files
author
Stephen James
committed
Added xarm7.
1 parent 231a1ac commit 4572b4b

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

tests/assets/test_scene_robots.ttt

1.8 MB
Binary file not shown.

tests/test_arms_and_configuration_paths.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from pyrep.robots.arms.ur5 import UR5
1919
from pyrep.robots.arms.ur10 import UR10
2020
from pyrep.robots.arms.dobot import Dobot
21+
from pyrep.robots.arms.xarm7 import XArm7
2122

2223
ASSET_DIR = path.join(path.dirname(path.abspath(__file__)), 'assets')
2324

@@ -35,6 +36,7 @@
3536
('UR5', UR5),
3637
('UR10', UR10),
3738
('Dobot', Dobot),
39+
('XArm7', XArm7),
3840
]
3941

4042

tests/test_grippers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from pyrep.robots.end_effectors.mico_gripper import MicoGripper
1010
from pyrep.robots.end_effectors.jaco_gripper import JacoGripper
1111
from pyrep.robots.end_effectors.baxter_gripper import BaxterGripper
12+
from pyrep.robots.end_effectors.xarm_gripper import XArmGripper
1213

1314
ASSET_DIR = path.join(path.dirname(path.abspath(__file__)), 'assets')
1415

@@ -18,6 +19,7 @@
1819
('MicoGripper', MicoGripper, 0.2),
1920
('JacoGripper', JacoGripper, 0.2),
2021
('Robotiq85Gripper', Robotiq85Gripper, 0.04),
22+
('XArmGripper', XArmGripper, 0.04),
2123
]
2224

2325

0 commit comments

Comments
 (0)