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

Release v0.13.0 #338

Merged
merged 1 commit into from May 31, 2022
Merged

Release v0.13.0 #338

merged 1 commit into from May 31, 2022

Conversation

sebcrozet
Copy link
Member

Fixed

  • Fix incorrect sensor events being generated after collider removal.
  • Fix bug where the CCD thickness wasn’t initialized properly.
  • Fix bug where the contact compliance would result in undesired tunneling, despite CCD being enabled.

Modified

  • Add a wake_up: bool argument to the ImpulseJointSet::insert and MultibodyJointSet::insert to
    automatically wake-up the rigid-bodies attached to the inserted joint.
  • The methods ImpulseJointSet::remove/remove_joints_attached_to_rigid_body,
    MultibodyJointSet::remove/remove_joints_attached_to_rigid_body and
    MultibodyjointSet::remove_multibody_articulations no longer require the bodies
    and islands arguments.
  • Make the instant dependency optional, behind a profiler cargo feature.
  • Rename STATIC to FIXED in the ActiveCollisionTypes flags.
  • Rename ImpulseJointSet::joints_with to ::attached_joints. Add the joint’s handle to the closure arguments.
  • Make the default debug-render less noisy out-of-the-box by only rendering joints, rigid-bodies, and colliders
    by default.

Added

  • Debug-renderer: add rendering of contacts, solver contacts, and collider AABBs
  • Add MultibodyJointSet::attached_joints to return all the multibody joints attached to a given rigid-body.

@sebcrozet sebcrozet merged commit cd03eb4 into master May 31, 2022
@sebcrozet sebcrozet deleted the release-v0.13.0 branch May 31, 2022 15:33
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