Search found 104 matches

by Radhakrishnan Vignesh
Wed Jul 12, 2023 8:25 am
Forum: OpenSim
Topic: OpenSim Inverse kinematics equations
Replies: 2
Views: 379

OpenSim Inverse kinematics equations

Hello, I would like to understand the implementation of OpenSim's Inverse kinematics. I have looked at the doxygen page :https://simtk.org/api_docs/opensim/api_docs/classOpenSim_1_1AssemblySolver.html#details and the SimBody theory manual, but I do not completely understand how the optimisation func...
by Radhakrishnan Vignesh
Wed Jul 12, 2023 3:12 am
Forum: OpenSim Moco
Topic: Opensim vs Moco optimization algorithm
Replies: 11
Views: 838

Re: Opensim vs Moco optimization algorithm

Hi Nicholas, I have two additional questions sorry: 1) When you mention 'dynamically-consistent', what exactly do you mean by that? What are the optimisation variables in MOCO? And if my model had just a pelvis and femur, would the angles between IK and MOCO differ? 2) Is there any influence of scal...
by Radhakrishnan Vignesh
Tue Jul 11, 2023 2:22 pm
Forum: OpenSim
Topic: Inverse Kinematics Angle Calculation
Replies: 16
Views: 2274

Re: Inverse Kinematics Angle Calculation

Hi, I have a question regarding IK: If the total residual error or segmental residual error (residual error of markers in a segment) increases, but the joint angle error (compared to reference) decreases, why is the objective function having a greater residual error value? In other words, what can c...
by Radhakrishnan Vignesh
Sun Jul 09, 2023 2:55 pm
Forum: OpenSim
Topic: Error in running IK
Replies: 0
Views: 127

Error in running IK

Hello,

I am trying to run IK using trc files found in project (https://simtk.org/projects/models-2-sta). I get this error in the GUI: InverseKinematicsTool Failed: null upcall object in OpenSim::AnalysisWrapper::begin

What does it mean and how to fix it?

Thanks
Vignesh
by Radhakrishnan Vignesh
Thu Jul 06, 2023 10:09 am
Forum: OpenSim Moco
Topic: How to display marker residuals
Replies: 1
Views: 145

How to display marker residuals

Hello,

I would like to print the marker residuals after a moco,track problem. I am not able to find the function for this? Any help is hugely appreciated.

Thanks,
Vignesh
by Radhakrishnan Vignesh
Wed Jul 05, 2023 11:26 pm
Forum: OpenSim
Topic: Inverse Kinematics Angle Calculation
Replies: 16
Views: 2274

Re: Inverse Kinematics Angle Calculation

Hi Thomas, Sorry I have a follow-up question: 1) Based on my understanding, if I do not have any experimental coordinates, the residual at each frame would just contain the marker residuals. There would not be any influence of calculated unprescribed coordinates in the residual error. Is my understa...
by Radhakrishnan Vignesh
Wed Jun 28, 2023 1:37 pm
Forum: OpenSim
Topic: Inverse Kinematics Angle Calculation
Replies: 16
Views: 2274

Re: Inverse Kinematics Angle Calculation

Thanks a lot

Regards,
Vignesh
by Radhakrishnan Vignesh
Wed Jun 28, 2023 11:11 am
Forum: OpenSim
Topic: Inverse Kinematics Angle Calculation
Replies: 16
Views: 2274

Re: Inverse Kinematics Angle Calculation

Hello Thomas,

Thanks a lot. That makes a lot of sense. I shall look into the assemble and track functions. Just to confirm, is there any calculation of angles done in the Kinematics class in InverseKinematicsTool or is it just used for reporting angles?

Regards
Vignesh
by Radhakrishnan Vignesh
Tue Jun 27, 2023 11:27 pm
Forum: OpenSim
Topic: Inverse Kinematics Angle Calculation
Replies: 16
Views: 2274

Re: Inverse Kinematics Angle Calculation

Hi Thomas, Thank you. I would like to get some more detail in how the angles are calculated. Once the virtual markers positions are adjusted, how are the joint angles then computed? Are the new positions of the markers used to calculate a new transformation matrix etc? Also, which function in invers...
by Radhakrishnan Vignesh
Tue Jun 27, 2023 8:39 am
Forum: OpenSim
Topic: OpenSim Joint Angles
Replies: 3
Views: 573

Re: OpenSim Joint Angles

Hi, @Aaron, not sure if it is too late. From my understanding, if the marker error is 0, it should match the angles calculated using anatomical coordinate frames. That is only if you used a model without constraints. I think adding constraints causes some marker error as some DoF are restricted. Did...