Search found 40 matches

by Christian Greve
Wed Jun 19, 2024 11:51 pm
Forum: OpenSim Moco
Topic: high reserve actuators
Replies: 7
Views: 274

Re: high reserve actuators

Dear Nick, @passive force structures: yes, there are ligament forces. @are reserves used heavily? Yes, the muscles play a very small role in generating moments. But if I reduce max force of the reserves it would not converge. Any other suggestions? Would it make sense to reduce max reserve forces bu...
by Christian Greve
Wed Jun 12, 2024 10:47 pm
Forum: OpenSim Moco
Topic: high reserve actuators
Replies: 7
Views: 274

Re: high reserve actuators

Dear Mikayla,

I did it within Moco. problem.addParameter()

Regards

Christian
by Christian Greve
Wed Jun 12, 2024 3:25 am
Forum: OpenSim Moco
Topic: high reserve actuators
Replies: 7
Views: 274

high reserve actuators

Dear OpenSim Moco community, I am running an Optimization by initating MocoInverse and a MocoStudy for emg tracking. I use the DHondt_2023_model_with_3_segment_foot.osim model. The following modifications were done: at all DOFs except for the right ankle I appended strong coord actuators. I added re...
by Christian Greve
Tue Apr 30, 2024 11:48 pm
Forum: OpenSim Moco
Topic: EMG tracking cost
Replies: 1
Views: 524

EMG tracking cost

Dear Moco Community, I am running a MocoStudy with EMG tracking. The EMG tracking has by far the highest weight in my cost function (10). But when I investigate the solution, it seems that control effort has a larger weight in the overall cost function. This would match with the computed muscle acti...
by Christian Greve
Fri Nov 10, 2023 3:52 am
Forum: OpenSim Moco
Topic: Ground Reaction Forces after MocoContactTracking
Replies: 13
Views: 1926

Re: Ground Reaction Forces after MocoContactTracking

Dear Nick and Ross, Thanks a lot for your feedback!! I tried to process your feedback and did the following: 1. Added coordinate actuators to the model and removed all muscles 2. Created an initial guess where the coordinates are good. 3. Re-run the analyses. Tried different weightings for GRF and C...
by Christian Greve
Tue Oct 17, 2023 11:27 pm
Forum: OpenSim Moco
Topic: Ground Reaction Forces after MocoContactTracking
Replies: 13
Views: 1926

Re: Ground Reaction Forces after MocoContactTracking

Dear community and Moco team, I wanted to follow up on the Contact tracking task. I made some progress but still do not get the desired outcome. Attached is a .png and below my code. The solution is not succeeding and restoration fails after 2000 or sometimes 5000 itertions. Wht I noticed is that wh...
by Christian Greve
Tue Jul 04, 2023 9:17 am
Forum: OpenSim Moco
Topic: create Moco guess from previous solution
Replies: 1
Views: 290

create Moco guess from previous solution

Dear Moco community, I am trying to use a guess file from a previous MocoStudy solution but encounter the following problem/error message: RuntimeError: std::exception in 'void OpenSim::MocoCasADiSolver::setGuess(OpenSim::MocoTrajectory)': The trajectory and provided problem are not compatible. The ...
by Christian Greve
Mon Jul 03, 2023 4:55 am
Forum: OpenSim Moco
Topic: Ground Reaction Forces after MocoContactTracking
Replies: 13
Views: 1926

Re: Ground Reaction Forces after MocoContactTracking

Thanks for the suggestions Ross, The GRF tracking weight was set to 10000 with the Coordinate and effort costs being set to 1 and the weight of the torso of the model is centerd at the pelvis. The total model weight corresponds with the subjects weight. Still the generated GRFs do not correspond to ...
by Christian Greve
Fri Jun 30, 2023 1:24 am
Forum: OpenSim Moco
Topic: Ground Reaction Forces after MocoContactTracking
Replies: 13
Views: 1926

Re: Ground Reaction Forces after MocoContactTracking

Thanks Nick, I do add reserve actuators with the command: modelProcessor.append(osim.ModOpAddReserves(ReserveActuatorStrength)) The reserve actuator strength is set to 250. Should I add in addition coord actuators to the pelvis? I also changed the effort weight for the pelvis forces in this way: mod...
by Christian Greve
Thu Jun 29, 2023 4:40 am
Forum: OpenSim Moco
Topic: Ground Reaction Forces after MocoContactTracking
Replies: 13
Views: 1926

Re: Ground Reaction Forces after MocoContactTracking

Dear Aaron, thanks for your reply. However, the size of the contact spheres does not seem to have much of an effect. When increasing the size to 0.04 the GRFs are still nothing close to measured GRFs. I figured that the hertzSmoothing and huntCrossleySmoothing affect the GRF tracking a lot. But also...