Search found 164 matches

by Ton van den Bogert
Thu Sep 01, 2022 9:10 am
Forum: OpenSim Moco
Topic: exampleMocoTrack (Matlab)
Replies: 6
Views: 911

Re: exampleMocoTrack (Matlab)

It took me a while to get back to this, but Nick's suggestion worked. Thanks, Nick! I tried the example in OpenSim 4.4 and it still needs this same fix to work correctly. When the solution was visualized, there were markers but no bones. I assumed that the visualizer would look in the main OpenSim G...
by Ton van den Bogert
Mon Aug 29, 2022 10:06 am
Forum: OpenSim
Topic: blips in simulated muscle variables
Replies: 2
Views: 398

blips in simulated muscle variables

We're experimenting with a simple arm model, based on build_and_simulate_simple_arm.m which comes with the OpenSim installation. A TableReporter is used to report some variables, and the plots have some strange glitches in the muscle variables. This happens for both muscle models we tried; DeGrooteF...
by Ton van den Bogert
Thu Jul 21, 2022 10:52 am
Forum: OpenSim
Topic: change in walking direction affects inverse kinematics
Replies: 2
Views: 270

Re: change in walking direction affects inverse kinematics

It could be the constraints, but it sounds like you already checked that. Make sure the pelvis_rotation (rotation about a vertical axis) has a range of -180 to +180 to allow all possible walking directions. If the walking direction varies around 180 degrees, a range of 0 to 360 would be better, othe...
by Ton van den Bogert
Fri May 13, 2022 10:04 am
Forum: OpenSim
Topic: Too high ankle joint moment during running
Replies: 6
Views: 615

Re: Too high ankle joint moment during running

It definitely looks like something is wrong with the GOAT results. It is supposed to be the same as HBM, so you should contact Motek support and have them look at it. The lower peak, and the overshoot to negative moment after push-off, are important clues. It almost seems as if GOAT used a filter wi...
by Ton van den Bogert
Fri May 13, 2022 7:25 am
Forum: OpenSim
Topic: External joint moment using inverse dynamics (ID)
Replies: 2
Views: 347

Re: External joint moment using inverse dynamics (ID)

Your external moment (cross product of ground reaction force and position vector) sounds like a quasi-static analysis. This can be a good approximation for the joint loading, but it neglects the inertial and gravitational effects on the body segments between the joint and the ground. If you included...
by Ton van den Bogert
Fri Apr 29, 2022 12:21 pm
Forum: OpenSim Moco
Topic: exampleMocoTrack (Matlab)
Replies: 6
Views: 911

exampleMocoTrack (Matlab)

I did not have any problems with the 2D walking examples, but this 3D example does not seem to work for me. The torque-driven marker tracking example finishes in about 650 iterations with an objective value of 99.821. IPOPT says the problem is solved. But I don't think this is a valid solution. The ...
by Ton van den Bogert
Mon Apr 25, 2022 7:36 am
Forum: OpenSim
Topic: Too high ankle joint moment during running
Replies: 6
Views: 615

Re: Too high ankle joint moment during running

After your experiments with the filter settings, I totally agree it is not a filtering issue. Something is probably wrong in the OpenSim model. You may have done this already, but I would visualize the skeleton motion and the GRF vector in OpenSim, and make sure that the center of pressure is in the...
by Ton van den Bogert
Fri Apr 22, 2022 6:51 am
Forum: OpenSim
Topic: Too high ankle joint moment during running
Replies: 6
Views: 615

Re: Too high ankle joint moment during running

Hi Lars, This is an interesting observation. Normally the ankle moment is very reliable and not sensitive to modeling assumptions. When Antoine Falisse compared HBM results to OpenSim for walking, the ankle moments were almost exactly the same. Link to the article: https://pubmed.ncbi.nlm.nih.gov/29...
by Ton van den Bogert
Wed Apr 13, 2022 7:04 am
Forum: OpenSim
Topic: Peroneus longus activation within a generic model
Replies: 3
Views: 562

Re: Peroneus longus activation within a generic model

If the Opensim GUI does not offer the option of a volume or strength-weighted cost function (I did not see it mentioned in the documentation), you will have to do it with the Opensim API. For each frame of data, the following steps would be needed: Ask Opensim to calculate the joint angles (inverse ...
by Ton van den Bogert
Tue Apr 12, 2022 1:20 pm
Forum: OpenSim
Topic: Peroneus longus activation within a generic model
Replies: 3
Views: 562

Re: Peroneus longus activation within a generic model

You may want to try without residual reduction. Residual reduction is not required for static optimization, and could sometimes make things worse. I took a look at my own results with static optimization and the Delp 1990 musculoskeletal model [1]. Muscle activation results are provided as an Excel ...