I am kind of new in using OpenSim in python. I wonder how can I get the joint, muscles, etc from an existing model.
For instance
Code: Select all
import opensim as osim
model = osim.Model('model_path.osim')
Currently I found getJointList(), but it only returns me an iterator, which I am not 100% sure what it means in python (c++ I suppose I can ++ to advance, but python?)
Also, is there any good API on OpenSim python? I try to google for it but did not really find one.