I am interested in using the inverse kinematics and inverse dynamics solver instead of the tool. However, it seems like Visual Studio is not able to found it in OpenSim.h. Any ideas of how I could go about it?
Thank you.
InverseKinematicSolver() & InverseDynamicsSolver()
- Santiago Canete
- Posts: 3
- Joined: Mon May 21, 2018 6:52 am
- Thomas Uchida
- Posts: 1804
- Joined: Wed May 16, 2012 11:40 am
Re: InverseKinematicSolver() & InverseDynamicsSolver()
You may need to include it explicitly in OpenSim 3.3:
Code: Select all
#include <OpenSim/Simulation/InverseKinematicsSolver.h>