Replies: 1 comment
-
I've got the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am new to pybullet. I am trying to use Franka Emika Panda at panfranka_panda/panda.urdf to grasp a small object (1cm2cm2cm). modified from pybullet_data/cube_small
When the object size is (3cm5cm5cm), the system looks fine. But when I decrease the object size to 1cm2cm2cm. The object becomes very easy to jump out of the gripper, and sometimes the gripper and the object penetration。
Is pybullet not supporting physical simulation with such small objects? or is there any way to improve it?
Some people say to adjust the timestep, but the tutorial says that it should not be changed at will.
The system looks like:

The urdf file of the object:
`
Beta Was this translation helpful? Give feedback.
All reactions