pybullet_ur5_robotiq icon indicating copy to clipboard operation
pybullet_ur5_robotiq copied to clipboard

robotiq85, the finger on the right cannot fully close

Open Shaw-Way opened this issue 7 months ago • 5 comments

Image

Shaw-Way avatar May 09 '25 10:05 Shaw-Way

Hi, It looks like that you are using a customized environment, so please kindly provide more details about it.

ElectronicElephant avatar May 10 '25 19:05 ElectronicElephant

Image

Hello, I also encountered this problem. Have you solved it

L-Robby avatar Aug 08 '25 06:08 L-Robby

Hi @L-Robby

First please make sure you are using the code from the robotflow branch, instead of main. Then, make sure the robot is correctly mounted, without collision with the table. Finally, you can try disable self-collision in https://github.com/ElectronicElephant/pybullet_ur5_robotiq/blob/37f7d66d3196490618bf89ffe2b49dcb7e07aec3/env.py#L53 .

ElectronicElephant avatar Aug 08 '25 07:08 ElectronicElephant

Hi @L-Robby

First please make sure you are using the code from the robotflow branch, instead of main. Then, make sure the robot is correctly mounted, without collision with the table. Finally, you can try disable self-collision in

pybullet_ur5_robotiq/env.py

Line 53 in 37f7d66

flags=p.URDF_MERGE_FIXED_LINKS | p.URDF_USE_SELF_COLLISION) .

Image Hello, I'm using my own simulation scenario, but during operation, I found that when grasping objects, only one side of the gripper finger moves, while the other side does not contract inward. What could be the reason for this? The mechanical hand and gripper I used for pulling in your project

L-Robby avatar Aug 08 '25 07:08 L-Robby

Hi @L-Robby First please make sure you are using the code from the robotflow branch, instead of main. Then, make sure the robot is correctly mounted, without collision with the table. Finally, you can try disable self-collision in pybullet_ur5_robotiq/env.py Line 53 in 37f7d66 flags=p.URDF_MERGE_FIXED_LINKS | p.URDF_USE_SELF_COLLISION) .

Image Hello, I'm using my own simulation scenario, but during operation, I found that when grasping objects, only one side of the gripper finger moves, while the other side does not contract inward. What could be the reason for this? The mechanical hand and gripper I used for pulling in your project

As is previously said, please check the collision fisrt

ElectronicElephant avatar Aug 08 '25 08:08 ElectronicElephant