Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-stable simulation for some models #2

Open
wpumacay opened this issue Aug 3, 2019 · 0 comments
Open

Non-stable simulation for some models #2

wpumacay opened this issue Aug 3, 2019 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@wpumacay
Copy link
Owner

wpumacay commented Aug 3, 2019

There are still some issues with some models, like humanoid. The non-stable simulation problems occur when some controls are applied to some specific joints, which makes the humanoid just fly away with huge velocities. For testing, run the test_agent_bt sample with the humanoid_symmetric.xml model (mjcf) and just swing back and forth the hip_y control (either right or left, both seem to give the same behavior).

@wpumacay wpumacay added the bug Something isn't working label Aug 3, 2019
@wpumacay wpumacay self-assigned this Aug 3, 2019
@wpumacay wpumacay added this to the version 1.0 milestone Aug 3, 2019
wpumacay added a commit to wpumacay/loco-core that referenced this issue Aug 3, 2019
Changes:

* Added a mjcf model to reproduce an issue with
  non-stable simulation of some models, like humanoid,
  when using the bullet backend.

Issue:

* wpumacay/loco-bullet#2

Possible-cause:

* An issue with more than two joints for a same body, as
  the minimal model provided here suggests. Some entries
  in part of the jacobian might be zero, as we are creating
  links with no mass for joints, in a similar way to how
  pybullet mjcf models are created.
@wpumacay wpumacay added this to Done in tysoc-bullet v0.1 Aug 19, 2019
@wpumacay wpumacay moved this from Done to Issues in tysoc-bullet v0.1 Aug 19, 2019
@wpumacay wpumacay moved this from Issues to To do in tysoc-bullet v0.1 Aug 19, 2019
@wpumacay wpumacay moved this from To do to In progress in tysoc-bullet v0.1 Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
tysoc-bullet v0.1
  
In progress
Development

No branches or pull requests

1 participant