i am new in opensim!
Now there is a human musculoskeletal model. How can I get the ankle angle in the model in visual studio2017?
how to get the ankle angle?
- Dimitar Stanev
- Posts: 1096
- Joined: Fri Jan 31, 2014 5:14 am
Re: how to get the ankle angle?
Hi,
Visual studio is just a tool for coding. You probably mean, accessing the ankle angle through the C++ API:
However, there is more, you have to build and initialize the model to get the state. I strongly recommend that you go through the API examples:
https://simtk-confluence.stanford.edu/d ... +Tutorials
Visual studio is just a tool for coding. You probably mean, accessing the ankle angle through the C++ API:
Code: Select all
model.getCoordinateSet().get("ankle_r").getValue(state)
https://simtk-confluence.stanford.edu/d ... +Tutorials