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

Improve compilation time of RBDAs for models with many DoFs #153

Merged
merged 6 commits into from
May 15, 2024

Commits on May 15, 2024

  1. Avoid the use of enum in Joint* classes

    Deprecate `JointDescriptor`, introduce new `JointType`, separate
    `JointType` from `JointGenericAxis`
    flferretti committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1685ad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7479403 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c53127 View commit details
    Browse the repository at this point in the history
  4. Handle joint computation for jointless models

    Co-authored-by: Diego Ferigo <[email protected]>
    flferretti and diegoferigo committed May 15, 2024
    Configuration menu
    Copy the full SHA
    486def1 View commit details
    Browse the repository at this point in the history
  5. Address review

    - Use explicit joint type names
    - Use `jnp.newaxis` instead of `None`
    - Use dataclass for `JointType` instead of metaclass
    
    Co-authored-by: Diego Ferigo <[email protected]>
    flferretti and diegoferigo committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4f142bc View commit details
    Browse the repository at this point in the history
  6. Allow positional-only arg supported_joint_motion

    Co-authored-by: Diego Ferigo <[email protected]>
    flferretti and diegoferigo committed May 15, 2024
    Configuration menu
    Copy the full SHA
    16edc05 View commit details
    Browse the repository at this point in the history