Skip to content

Add kinematic constraints #399

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

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from

Conversation

xela-95
Copy link
Member

@xela-95 xela-95 commented Apr 7, 2025

This PR adds the optional feature for specifying kinematic constraints:

  • constraints can be specified using SDF frames or URDF massless links;
  • multiple constraints can be specified for the same model;
  • at the moment, the only contact model supporting them is RelaxedRigidContacts;
  • at the moment, there are two types of kinematic constraints, Weld and Connect
    • Weld type constrains all 6 dofs between the two reference frames;
    • Connect type constrains only the 3 positional dofs;

This is not a breaking change since the constraints are optional and can be specified when building the model.

This PR also adds unit tests and documentation.


📚 Documentation preview 📚: https://jaxsim--399.org.readthedocs.build//399/

xela-95 and others added 21 commits March 11, 2025 10:31
@xela-95 xela-95 added the enhancement New feature or request label Apr 7, 2025
@xela-95 xela-95 self-assigned this Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants