facebookresearch / tacto

Simulator of vision-based tactile sensors.
MIT License
348 stars 75 forks source link

lost image at fast speed #39

Open CarlDegio opened 1 year ago

CarlDegio commented 1 year ago

I found a render bug in tacto. In my scene, I add an UR5 robot and a small sphere (same in tacto example). I control robot to push the sphere. code in here. In here, I set a push speed by ik, desire_pos[0] += 0.0009. But at this speed, the tacto sensor can't get useful tactile image, like this: image

If I change this speed as 0.0004, things will change: image

In fact, I think the faster speed lead to the stronger contact. But the bug of tacto makes it strange.