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.23.1 #806

Merged
merged 1 commit into from
Mar 5, 2025
Merged

Release v0.23.1 #806

merged 1 commit into from
Mar 5, 2025

Conversation

sebcrozet
Copy link
Member

@sebcrozet sebcrozet commented Mar 5, 2025

Added

  • Add PdController and PidController for making it easier to control dynamic rigid-bodies at the velocity level.
    This can for example be used as a building block for a dynamic character controller.
  • Add RigidBodyPosition::pose_errors to compute the translational and rotational delta between
    RigidBodyPosition::position and ::next_position.
  • Implement Sub for RigidBodyVelocity.
  • Add RigidBody::local_center_of_mass() to get its center-of-mass in the rigid-body’s local-space.

NOTE: The changes on the testbed are breaking changes, so we need to wait for rapier 0.24 to release it to keep the version numbers in sync.

The changes on the testbed are breaking, so we need to wait for the next minor version bump in rapier to release it.
@sebcrozet sebcrozet merged commit a8f11b9 into master Mar 5, 2025
8 checks passed
@sebcrozet sebcrozet deleted the release-v0.23.1 branch March 5, 2025 21:54
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.

1 participant