Hi, you need a tracking task for every free coordinate. The issue might also be your actuator file. Similarly, in RRA you need a strong coordinate actuator for every free coordinate, but weak residual actuator for pelvis coordinates.
(weld and locked coordinates must be excluded)
Hope this helps.
Search found 402 matches
- Tue Oct 15, 2024 12:01 am
- Forum: OpenSim
- Topic: Residual Reduction Algorithm, Tracking Tasks
- Replies: 1
- Views: 117
- Thu Oct 03, 2024 1:02 am
- Forum: OpenSim
- Topic: Hip joint center calculation in gait2392, where is the default hip joint center located?
- Replies: 2
- Views: 181
Re: Hip joint center calculation in gait2392, where is the default hip joint center located?
Hi, the hip joint center is located in the center of the femoral head. This is also the origin of the femur geometry. So, just create a new marker, change the frame to femur_r and set the location to zero:
Hope this helps.- Fri Sep 27, 2024 1:00 pm
- Forum: OpenSim
- Topic: Issues related to IAA
- Replies: 5
- Views: 411
Re: Issues related to IAA
Hi, I just tested IAA using the dataset and setup files available here (https://simtk.org/projects/nmbl_running). I confirm that after loading the setup file in the GUI, both socket_rolling_body and socket_surface_body fields are empty (the tool doesn't get those parameters from the XML file), and t...
- Fri Sep 20, 2024 12:31 am
- Forum: OpenSim
- Topic: Error when running AnalyzeTool using Python
- Replies: 2
- Views: 296
Re: Error when running AnalyzeTool using Python
Hi, I just tested your minimum working example in IPython console (py10, osim4.5.1), and it works. Your motion seems to be a static pose, and I think that's why you set the final time to zero as well. The warnings suggest that the motion file doesn't contain all coordinates. Some people have reporte...
- Wed Sep 11, 2024 11:58 pm
- Forum: OpenSim
- Topic: static optimization with one force plate
- Replies: 2
- Views: 269
Re: static optimization with one force plate
Hi, if I understand correctly, you are asking about whether the pipeline is ok when there is only one force plate.
Yes, that's totally fine, and the outputs of ID, SO, and JR of the leg the GRF has been applied to are still valid.
Hope this helps.
Yes, that's totally fine, and the outputs of ID, SO, and JR of the leg the GRF has been applied to are still valid.
Hope this helps.
- Wed Sep 11, 2024 11:47 pm
- Forum: OpenSim
- Topic: Rotating the Model and .mot File for a 90 degrees Rotation
- Replies: 2
- Views: 271
Re: Rotating the Model and .mot File for a 90 degrees Rotation
Hi, you can rotate/translate the model through pelvis coordinates (some adjustments in range of motion or unclamping the coordinates might be required): https://opensimconfluence.atlassian.net/wiki/spaces/OpenSim/pages/53089256/Coordinate+Controls+and+Poses#CoordinateControlsandPoses-CoordinateContr...
- Sat Sep 07, 2024 11:25 pm
- Forum: OpenSim
- Topic: calcAngularMomentum() functionality
- Replies: 2
- Views: 317
Re: calcAngularMomentum() functionality
Hi, it might be out of the scope of this post; you can also get angular momentum through OutputReporter.
An example in GUI can be found here: https://opensimconfluence.atlassian.net ... Simulation
An example in GUI can be found here: https://opensimconfluence.atlassian.net ... Simulation
- Tue Sep 03, 2024 8:02 am
- Forum: OpenSim
- Topic: Moment arm calculation of OpenSim
- Replies: 4
- Views: 442
Re: Moment arm calculation of OpenSim
Thanks a lot for the correction. I wonder why there is no corrigendum for that paper.
- Tue Sep 03, 2024 5:18 am
- Forum: OpenSim
- Topic: Moment arm calculation of OpenSim
- Replies: 4
- Views: 442
Re: Moment arm calculation of OpenSim
Hi, the following paper and the MATLAB example might help: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4404026/ https://github.com/opensim-org/opensim-core/blob/main/Bindings/Java/Matlab/examples/plotMuscleFLCurves.m You can also search for MomentArmSolver and the relevant methods in the source cod...
- Tue Aug 27, 2024 12:29 am
- Forum: OpenSim
- Topic: Double Peak GRF's When Using A contact Model
- Replies: 1
- Views: 290
Re: Double Peak GRF's When Using A contact Model
Hi, you might need to add a MocoContactTrackingGoal to your problem. An example can be found in the example2DWalking.