-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Create missing method Multibody::CalcCenterOfMassTranslationalAcceleration() #14269
Comments
PR #21516, PR #21570, PR #21599, PR #21703, PR #21710, PR #21730, resolve issue #14269. In multibody_plant.h, the following have been created in C++ (with Python bindings). In rigid_body.h, the following has been created in C++ (Python bindings followed in PR #21926). For the following pre-existing C++ functions, Python bindings were missing, hence they were created. Related: In PR #21740, to help resolve issue #21711. Note: The following have not been implemented in Drake: If these functions are desirable, a new issue may be opened or this issue can be re-opened to address this defect. |
The text was updated successfully, but these errors were encountered: