RealTimeBiomechanics / rtosim

The real-time OpenSim extension (RTOSIM) is a set of libraries in C++ that wrap OpenSim APIs to enable the real-time computation of inverse kinematics and inverse dynamics.
Apache License 2.0
33 stars 14 forks source link

Use "official" version of FindOpenSim #3

Closed lucaTagliapietra closed 7 years ago

lucaTagliapietra commented 7 years ago

Works better when there are multiple installations of OpenSim (e.g. from binaries and from source).

lucaTagliapietra commented 7 years ago

@cpizzolato I rebased on master solving merge conflicts. Please review and merge when you can.

lucaTagliapietra commented 7 years ago

@cpizzolato I fixed an issue with the names of OpenSim Debug libraries, there was an extra _d.

cpizzolato commented 7 years ago

Hi @lucaTagliapietra, the PR works great, thanks for the fix!