Search found 135 matches

by Carlos Gonçalves
Mon Sep 30, 2024 1:40 pm
Forum: OpenSim
Topic: Issues related to IAA
Replies: 5
Views: 578

Re: Issues related to IAA

Thanks, Mohammadreza!

Has anyone tried creating the configuration of the InducedAcceleration component with code?

Best regards.
by Carlos Gonçalves
Fri Sep 27, 2024 7:03 am
Forum: OpenSim
Topic: Issues related to IAA
Replies: 5
Views: 578

Re: Issues related to IAA

UPDATE,

I took a leap of faith and tested in OpenSim 4.5, but I got the same behavior in OpenSim GUI.

Best regards.
by Carlos Gonçalves
Fri Sep 27, 2024 1:31 am
Forum: OpenSim
Topic: Issues related to IAA
Replies: 5
Views: 578

Re: Issues related to IAA

UPDATE, To make it clearer: analise3 = osim.AnalyzeTool('analise.xml') iaa = analise3.getAnalysisSet().get(0) CS = iaa.updPropertyByName('ConstraintSet') CSo = CS.updValueAsObject() CS_obj = CSo.updPropertyByIndex(1) # <objects> constraintR = CS_obj.updValueAsObject(0) #<RollingOnSurface ... > const...
by Carlos Gonçalves
Thu Sep 26, 2024 11:52 pm
Forum: OpenSim
Topic: Issues related to IAA
Replies: 5
Views: 578

Re: Issues related to IAA

Hello Mohammadreza, I'm getting the same behavior in OpenSim 4.4. It is definitely a bug. When I load the .xml, the IAA field is changed, clearing the information about the bodies in RollingOnSurfaceConstraint. errorIAA.png And it happens as well if you load the .xml file using the API in Python. I ...
by Carlos Gonçalves
Wed Sep 18, 2024 10:11 am
Forum: OpenSim Moco
Topic: segment power analysis
Replies: 21
Views: 3053

Re: segment power analysis

Great. That would be awesome. If I could suggest, I also tried creating the .sto file for all contact forces in the model, and it worked well. Just create the .sto remember to insert [force] [Cop] [torque] for all contact geometry using only the halfplane (changing the signs of forces and torques). ...
by Carlos Gonçalves
Tue Sep 17, 2024 5:24 pm
Forum: OpenSim Moco
Topic: segment power analysis
Replies: 21
Views: 3053

Re: segment power analysis

Great! And... It worked!!!! For everyone interested in IAA analysis with OpenSim API after a Moco simulation, here are my top tips: Create a ForceReporter file of your simulation Follow the code in https://github.com/opensim-org/opensim-core/blob/main/OpenSim/Moco/MocoUtilities.cpp#L310 , but change...
by Carlos Gonçalves
Fri Sep 13, 2024 1:48 pm
Forum: OpenSim Moco
Topic: Error: Component '3DGaitModel2392' could not find '/jointset/hip_r/hip_flexion_r/value
Replies: 3
Views: 292

Re: Error: Component '3DGaitModel2392' could not find '/jointset/hip_r/hip_flexion_r/value

Hello Ebenezer. I will take a wild guess ... When you load your model in OpenSim 4.4 (or higher) do you get this message? Updating Model file from 20303 to latest format... Loaded model 3DGaitModel2392 from file C:\OpenSim44_Models\Models\Gait2392_Simbody\gait2392_simbody.osim ControllerSet 'Control...
by Carlos Gonçalves
Fri Sep 13, 2024 12:15 am
Forum: OpenSim Moco
Topic: segment power analysis
Replies: 21
Views: 3053

Re: segment power analysis

Hello Nick, My simulations are soon over, and I need to implement IAA right now (I have no more excuses for delaying this task :lol: ). I realized I could have access to createExternalLoadsTableForGait main variables with the ForceReporter. It gives me the Forces and Torques for Spheres and HalfPlan...
by Carlos Gonçalves
Fri May 17, 2024 5:38 pm
Forum: OpenCap
Topic: Processing taking a very long time
Replies: 3
Views: 1078

Re: Processing taking a very long time

Hello,

I'm experiencing a very long processing delay. Last week, it was a matter of a couple of minutes, but today, it has been more than 12 hours since the upload.

What are the best time windows to run OpenCap to avoid these big delays or long queues?

Best regards.
by Carlos Gonçalves
Wed Apr 17, 2024 1:17 pm
Forum: OpenCap
Topic: Tests for the children with abnormal gait patterns
Replies: 2
Views: 1066

Re: Tests for the children with abnormal gait patterns

Hi Xiaoxia and Matt, I thought I could help on this subject here since I will be starting a very similar project too. As Matt said, in OpenSim, the IK relies on weights to "trust" the markers' data. More weight equals more "trust." I regularly process mocap data (Vicon) with OpenSim. If the patient ...