I am using the wristModel that comes with opensim.
Currently, I am doing static optimization by giving some joint trajectories.
However, it always stuck and gives me the error code:
Code: Select all
Loaded model Wrist_Model from file G:\My Drive\Course\Bionics System\Final Project\Model\wrist.osim
Storage: read data file = G:\My Drive\Course\Bionics System\Final Project\T4NoNoise_lessPoints.sto (nr=51 nc=11)
Loading coordinates from file 'G:\My Drive\Course\Bionics System\Final Project\T4NoNoise_lessPoints.sto'.
Storage: read data file = G:\My Drive\Course\Bionics System\Final Project\T4NoNoise_lessPoints.sto (nr=51 nc=11)
Model::formCompleteStorages(): Did not find column /jointset/rotaxis-auxprfem/rotaxis_auxprfem_r3/value in storage object.
Model::formCompleteStorages(): Did not find column /jointset/auxprfem-auxprrud/auxprfem-auxprrud_coord/value in storage object.
Model::formCompleteStorages(): Did not find column /jointset/auxprrud-auxdrfem/auxprrud_auxdrfem_r3/value in storage object.
Model::formCompleteStorages(): Did not find column /jointset/auxdrfem-auxdrrud/auxdrfem_auxdrrud_r1/value in storage object.
Found 51 state vectors with time stamps ranging from 0.0 to 5.0.
No external loads will be applied (external loads file not specified).
Executing the analyses from 0.0 to 5.0...
Yet, there are no coordinates defined as "rotaxis_auxprfem_r3", "auxprfem-auxprrud_coord", "auxprrud_auxdrfem_r3" and "auxdrfem_auxdrrud_r1".
I tried to set these coordinates in joints as () but also resulted in errors.
Is there anyway I can solve it?
Here I provide the simple motion I am testing
https://drive.google.com/file/d/1K92jk8 ... sp=sharing