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

Rewrite soft-contacts algorithm #34

Merged
merged 7 commits into from
Jun 9, 2023
Merged

Conversation

diegoferigo
Copy link
Member

@diegoferigo diegoferigo commented Jun 9, 2023

  • For maintainability purpose, the algorithm has been rewritten to operate on an individual point, and then applied model-wise through jax.vmap
  • The computation of the position and velocities of the collidable points now does not longer use removed jax.experimental resources

The theory of the contact model can be found in diegoferigo/phd-thesis:

  • Formulation in Section 7.3
  • Algorithm in Section 8.1.8

@diegoferigo diegoferigo self-assigned this Jun 9, 2023
@diegoferigo diegoferigo mentioned this pull request Jun 9, 2023
6 tasks
@diegoferigo
Copy link
Member Author

cc @fl-ferr

@diegoferigo diegoferigo merged commit 2e50bf1 into main Jun 9, 2023
20 checks passed
@diegoferigo diegoferigo deleted the refactor/soft_contacts branch June 9, 2023 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant