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

[WIP] Create MapQDDotToAcceleration() for RPY ball mobilizer. #22741

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mitiguy
Copy link
Contributor

@mitiguy mitiguy commented Mar 12, 2025

This is one in a series of PRs to help address issue #22630. It creates MapQDDotToAcceleration() and MapAccelerationToQDDot() for an RPY ball mobilizer.

PR #22698 was already merged to handle simple mobilizers. Subsequent PRs will create helper methods for other complex mobilizers (e.g., curvilinear_mobilizer, quaternion_floating_mobilizer, etc.). There may be additional PRs to consolidate creation and improve the efficient of the N(q) and N⁺(q) matrices that are shared between MapQDotToVelocity() and MapQDDotToAcceleration() as well as MapVelocityToQDDot() and MapAccelerationToQDDot().

FYI: Since mobilizers are Drake internal classes, after the internal mobilizer work is complete, there will be PRs (code and testing) for the public API in MultibodyPlant to address issue #22630.


This change is Reviewable

@mitiguy mitiguy added priority: medium status: do not review release notes: none This pull request should not be mentioned in the release notes labels Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: medium release notes: none This pull request should not be mentioned in the release notes status: do not review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant