opensim-org / opensim-core

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

Deprecate or remove utilties for converting between SIMM and OpenSim #3876

Closed nickbianco closed 2 months ago

nickbianco commented 3 months ago

Utilities currently exist for converting between SIMM and OpenSim models we can be triggered by the CMake flag BUILD_SIMM_TRANSLATOR.

It's unlikely that these utilities are being used or even work at all. This older PR that removed a lot of SIMM-related code seems to confirm this.

nickbianco commented 3 months ago

@aymanhab thoughts?

aymanhab commented 3 months ago

I tried to turn on the flag and it failed to compile anyway, the last commit dates back to 2015, we moved way far from there so I'd remove the flag and the code itself, we have some incarnation on github anyway. I'll make a PR to do this