google-deepmind / mujoco

Multi-Joint dynamics with Contact. A general purpose physics simulator.
https://mujoco.org
Apache License 2.0
7.49k stars 740 forks source link

Why the contact point breaks when an object slides? #1768

Open 2-woo-10 opened 3 days ago

2-woo-10 commented 3 days ago

Hello.

I'm a student and I'm going to use Mujoko to get sensor information about situations where objects slide through Mujoko.

Currently, I want to get sensor data on situations where I grab the edge of an object and slide while holding it up.

When enough grip force was not applied to lift the object, the object slipped.

At this time, the contact force and contact point are disconnected when the gripper moves with the object, may I know the reason for this?

The image below is a graph that visualizes the contact force, contact point, and the collected data when I test it.

Screenshot from 2024-06-30 16-39-54 Screenshot from 2024-06-30 16-40-22 Screenshot from 2024-06-30 16-40-37 Screenshot from 2024-06-30 16-41-00 Screenshot from 2024-06-30 16-41-33

yuvaltassa commented 3 days ago

Is this with pyramidal or elliptic cones?

2-woo-10 commented 2 days ago

Is this with pyramidal or elliptic cones?

I am using elliptic cones!!!