stanfordroboticsclub / StanfordQuadruped

MIT License
1.46k stars 561 forks source link

Simulated Pupper looks like it is stepping on an invisible object #8

Open 222464 opened 4 years ago

222464 commented 4 years ago

When the Pupper simulator (sim branch) is run, and one looks at the robot from the side view, one can see that the physics are a bit wonky for the front legs. It looks like it is stepping on some invisible object over and over. I am not sure what causes this, my first thought was that the inertia tensor might be off. But, after playing with that a bit I don't think that is the case.

Nate711 commented 4 years ago

Good catch, I'm guessing pybullet is incorrectly parsing the mjcf.

222464 commented 4 years ago

Some things I discovered:

I'll let you know if I find anything else!