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

Merge 6 -> 7 #602

Merged
merged 3 commits into from
Mar 7, 2024
Merged

Merge 6 -> 7 #602

merged 3 commits into from
Mar 7, 2024

Commits on Mar 6, 2024

  1. bullet-featherstone: Support nested models (#574)

    Extended bullet-featurestone implementation to
    support these features related to nested models:
    
    * ConstructSdfJoint (limited to creating fixed joints
      to the world)
    * ConstructSdfNestedModel
    * GetNestedModelFromModel
    * WorldModelFeature
    * RemoveEntities
    
    The nested models are currently added to a single
    multibody since bullet-featherstone does not currently
    support joints between two different multibodies.
    The nested model keeps a shared ptr to the root link's
    btMultibody.
    
    With the addition of the above features, more common
    tests are now being run using bullet-feathersone plugin.
    
    Closes #546, #547.
    
    Signed-off-by: Shameek Ganguly <[email protected]>
    Signed-off-by: Steve Peters <[email protected]>
    Signed-off-by: Ian Chen <[email protected]>
    Co-authored-by: Shameek Ganguly <[email protected]>
    Co-authored-by: Steve Peters <[email protected]>
    3 people authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    18e0dad View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. bullet-featherstone: Improve mesh collision stability (#600)

    * Tune erp2 and mesh margin
    * increase tol in joint features test
    
    Signed-off-by: Ian Chen <[email protected]>
    iche033 authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e42cf34 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'gz-physics6' into merge_6_7_20240306

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    92e02c3 View commit details
    Browse the repository at this point in the history