RLBench
RLBench copied to clipboard
How to use pyrep suction end effector?
How can I swap out the panda gripper with a pyrep suction? I saved the .ttm file to the repo and added it to SUPPORTED_ROBOTS:
SUPPORTED_ROBOTS = { 'panda': (Panda, PandaGripper, 7), 'panda_suction': {Panda, SuctionCup, 7}, 'jaco': (Jaco, JacoGripper, 6), 'mico': (Mico, MicoGripper, 6), 'sawyer': (Sawyer, BaxterGripper, 7), 'ur5': (UR5, Robotiq85Gripper, 6), }
But I get the following error:
CURRENT ARM IS: panda_suction
qt.qpa.xcb: QXcbConnection: XCB error: 148 (Unknown), sequence: 201, resource id: 0, major code: 140 (Unknown), minor code: 20
Loading arm from: /home/andrew/fmm/external/RLBench/rlbench/robot_ttms/panda_suction.ttm
Traceback (most recent call last):
File "./external/RLBench/tools/dataset_generator.py", line 649, in