Search found 1096 matches

by Dimitar Stanev
Tue Mar 04, 2014 10:57 am
Forum: OpenSim
Topic: Experimental Data from Kinect IK
Replies: 2
Views: 1343

Re: Experimental Data from Kinect IK

I placed the markers on the 'joint's' positions with relative displacement on the body segment. I believe that it should work, because it tries to get the model in the same configuration. My experimental data are the joints positions. For some reason when it calculates the objective function it retu...
by Dimitar Stanev
Mon Mar 03, 2014 3:10 am
Forum: OpenSim
Topic: Experimental Data from Kinect IK
Replies: 2
Views: 1343

Experimental Data from Kinect IK

I am using Microsoft Kinect for tracking skeleton movements. I generated .trc motion file to use for IK. I have 9 markers (pelvis, hip, knee, ankle, toes)/leg for lower limb and I modified the gait2354_simbody.osim from the examples to fit my markers. When I run the my program I got this error from ...
by Dimitar Stanev
Thu Feb 27, 2014 11:20 am
Forum: Simbody: SimTK multibody dynamics API
Topic: Advice
Replies: 3
Views: 288

Re: Advice

Thanks for the quick answer, it would have taken me some time to figure. I heard that OpenSim is based on Simbody and I just wanted to use the engine to make my own decisions on the model. I will check OpenSim too.
by Dimitar Stanev
Thu Feb 27, 2014 8:46 am
Forum: Simbody: SimTK multibody dynamics API
Topic: Advice
Replies: 3
Views: 288

Advice

I am studying the architecture of Simbody to understand how it works to solve a problem that I am working on. I would like to discuss about it. I have implemented the lower limb of a human with 5DOF/leg and free joint for the pelvis and I put some constraints. I also have observations from a motion ...
by Dimitar Stanev
Wed Feb 26, 2014 9:48 am
Forum: Simbody: SimTK multibody dynamics API
Topic: Constrains on angles
Replies: 2
Views: 284

Re: Constrains on angles

Thanks, that is what I was looking.
by Dimitar Stanev
Wed Feb 26, 2014 4:49 am
Forum: Simbody: SimTK multibody dynamics API
Topic: Constrains on angles
Replies: 2
Views: 284

Constrains on angles

I would like to ask how can I applay [min, max] angles for a Pin joint to constrain its movements.

P.S. congratulation for your hard wark for making such an excellent tool.