opensim-org / opensim-core

SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
https://opensim.stanford.edu
Apache License 2.0
783 stars 316 forks source link

Remove `CoordinateActuator::CreateForceSetOfCoordinateActuatorsForModel` #3612

Closed nickbianco closed 10 months ago

nickbianco commented 10 months ago

Fixes issue #3598

Brief summary of changes

Removes CoordinateActuator::CreateForceSetOfCoordinateActuatorsForModel, which is problematic for a few reasons:

Testing I've completed

n/a

Looking for feedback on...

As far as I know, not many users use this method, but it has been in the codebase for a long time so this could be a breaking change for some.

CHANGELOG.md (choose one)


This change is Reviewable

nickbianco commented 10 months ago

Closing, since this method is actually used by InverseDynamics and StaticOptimization.