Search found 104 matches

by Radhakrishnan Vignesh
Sat Apr 22, 2023 1:41 am
Forum: OpenSim
Topic: Anyway to determine STA metrics in OpenSim
Replies: 11
Views: 348

Re: Anyway to determine STA metrics in OpenSim

Hi,

any idea why the command marker.getParentFrame();, throws up an error in C++. It states exception, ComoinentHasNoSysten at memory location
by Radhakrishnan Vignesh
Fri Apr 21, 2023 2:12 pm
Forum: OpenSim
Topic: Anyway to determine STA metrics in OpenSim
Replies: 11
Views: 348

Re: Anyway to determine STA metrics in OpenSim

Hi Mohammadreza,

Thank you. Just to confirm this would give me the marker position in the body reference frame (anatomical reference frame) for each point? And it would not be a constant value ?

Thanks
by Radhakrishnan Vignesh
Fri Apr 21, 2023 9:43 am
Forum: OpenSim
Topic: Anyway to determine STA metrics in OpenSim
Replies: 11
Views: 348

Anyway to determine STA metrics in OpenSim

Hi, I am trying to see if I can determine STA metrics in OpenSim as defined by Grimpampi. I thought the position of the marker in body reference frame would change, so I added a function to SimBody to determine that during IK (image added). But the position remains the same and the transformation ch...
by Radhakrishnan Vignesh
Wed Apr 19, 2023 2:09 pm
Forum: OpenSim
Topic: Marker position in bone embedded frame
Replies: 0
Views: 80

Marker position in bone embedded frame

Hi, During the IK process, marker errors and locations are calculated in the global coordinate system. But inside, they are transformed from the bone embedded coordinate system to the global coordinate system. If we perform the inverse transform, would we get the marker position in each segment coor...
by Radhakrishnan Vignesh
Wed Apr 19, 2023 2:13 am
Forum: OpenSim
Topic: Which inverse kinematics method does OpenSim use?
Replies: 8
Views: 839

Re: Which inverse kinematics method does OpenSim use?

Hi Pagnon David,

Sorry I might be speaking out of turn but I found your question very interesting and thought the following post might help : viewtopicPhpbb.php?f=91&t=3854&p=22173&start=0&view=

It is quite old, so I am not sure if it still valid today.
by Radhakrishnan Vignesh
Tue Apr 18, 2023 7:25 am
Forum: OpenSim
Topic: Question regarding inverse kinematics residual error
Replies: 5
Views: 504

Re: Question regarding inverse kinematics residual error

Hi,

Any luck on the questions above?
Additionally, it is possible to simulate bodies as 6DoF models? That is remove all constraints? For example between pelvis and femur

Thanks,
Vignesh
by Radhakrishnan Vignesh
Fri Apr 14, 2023 6:48 am
Forum: OpenSim
Topic: Question regarding inverse kinematics residual error
Replies: 5
Views: 504

Question regarding inverse kinematics residual error

Hi, Thanks a lot for the continuing good work. I have a couple of questions regarding the inverse kinematic operations: 1) In function "findcurrentmarkerlocation", the marker position is transformed to the ground reference frame using the rotation matrix from its associated body to ground reference....
by Radhakrishnan Vignesh
Wed Oct 26, 2022 11:15 am
Forum: OpenSim
Topic: Inverse dynamics and Static Optimisation
Replies: 2
Views: 444

Re: Inverse dynamics and Static Optimisation

Thanks. So if I would like to calculate JRF, is there a particular reason the recommended process is :
IK-> ID->SO->JRF

Is there a benefit of performing the ID step
by Radhakrishnan Vignesh
Wed Oct 19, 2022 10:41 am
Forum: OpenSim
Topic: Inverse dynamics and Static Optimisation
Replies: 2
Views: 444

Inverse dynamics and Static Optimisation

Hello,

I would like to understand how the output of Inverse dynamics is used by static optimisation? Based on the tutorials, I am not sure where the output of ID is fed? Or does static optimisation perform ID by itself?

Thanks
Vignesh