RobotLocomotion / drake

Model-based design and verification for robotics.
https://drake.mit.edu
Other
3.16k stars 1.24k forks source link

Add RigidBody::CalcCenterOfMassTranslationalAccelerationInWorld(). #21599

Open mitiguy opened 1 week ago

mitiguy commented 1 week ago

Add RigidBody::CalcCenterOfMassTranslationalAccelerationInWorld() towards adding the missing method Multibody::CalcCenterOfMassTranslationalAcceleration() to resolve issue #14269. To see how this PR fits into bigger plan, see PR #21519.


This change is Reviewable