Search found 100 matches

by Samane Amini
Mon Aug 23, 2021 9:33 am
Forum: OpenSim
Topic: GRF from ID
Replies: 0
Views: 135

GRF from ID

Hi all
I was wondering how to get hunt-crossley contact force from inverse dynamic tool. Pleas let me know if how to get it.
I will want to use matlab to get it.
by Samane Amini
Tue Aug 10, 2021 12:36 am
Forum: OpenSim
Topic: Kinematic
Replies: 0
Views: 87

Kinematic

Hello my friends I was wondering if how can receive the kinematic of every point in musculoskeletal model. for example, I want to know the position and velocity of the calcn in simulation. How could reach it? Actually, I use the following code, but it's not correct. import org.opensim.modeling.*; HG...
by Samane Amini
Sun Jul 11, 2021 11:34 pm
Forum: OpenSim
Topic: Metabolic cost
Replies: 1
Views: 180

Metabolic cost

Hi Dears
I was wondering if how can give metabolic cost of human walking in opensim? is it done by CMC? How?

thanks to answering me
by Samane Amini
Sun Jul 11, 2021 1:52 am
Forum: OpenSim
Topic: CMC Run
Replies: 3
Views: 281

Re: CMC Run

Dear Friend
I run CMC tool while setup files are in same location including:
gait2354_simbody
gait2354_CMC_Tasks
subject01_walk1_ik
subject01_walk1_grf

but this error is displayed:
Capture3.PNG
Capture3.PNG (169.35 KiB) Viewed 150 times
by Samane Amini
Thu Jul 08, 2021 4:14 am
Forum: OpenSim
Topic: CMC Run
Replies: 3
Views: 281

CMC Run

Hi guys I'm gonna to simulate CMC tool in opensim by data C:\Users\user\Documents\OpenSim\4.1\Models\Gait2354_Simbody. I get following inputs: Desired kinematics: subject01_walk1_ik.mot Tracking Task: gait2354_CMC_Tasks.xml then run . but this error is displayed. what's the problem? inputs.PNG error...
by Samane Amini
Wed Apr 21, 2021 1:01 am
Forum: OpenSim
Topic: record the muscle activity of human gait
Replies: 0
Views: 92

record the muscle activity of human gait

Hi guys
if we want to drive forward dynamic for skeletal human body, How could be record the muscle activity of human gait? Actually, If the skeletal model is used, we couldn't get any muscle activity to determine this solution is correct for reducing the human effort?
by Samane Amini
Wed Apr 21, 2021 12:56 am
Forum: OpenSim
Topic: Balance Walking
Replies: 0
Views: 133

Balance Walking

Hi friends Recently, I was wondering if I can actuate lower limb joints to drive skeletal model. In fact, I tried to drive the skeletal human body by forward dynamic in closed loop. Now I want to know that the human model could be balanced only by lower limb joints(hip-knee-ankle )? In detailed, the...
by Samane Amini
Sun Mar 14, 2021 7:22 am
Forum: OpenSim
Topic: Kinematic and dynamic equation
Replies: 1
Views: 173

Kinematic and dynamic equation

Hi Guys

I was wondering if how to get the kinematic and dynamic equation of human body used in OpenSim.
Actually, the dynamic equation is yield by Euler-Lagrange Theory.

Thanks so much
by Samane Amini
Sat Mar 13, 2021 2:23 am
Forum: OpenSim
Topic: Osim Model
Replies: 0
Views: 113

Osim Model

Hi everyone i was wondering if how get a osim model that is included joint trajectory (motion) and contact force (huntcrossly force parameters). the gait2392_simbody is a complete model that have grf information but the huntcrossly contact (parameters) is not included. so Please me guide to how get ...
by Samane Amini
Sat Mar 13, 2021 1:01 am
Forum: OpenSim
Topic: Point Kinematic
Replies: 2
Views: 359

Point Kinematic

Hi everyone I want to get a point position, velocity and acceleration. So i use this code in matlab: nn = HGait.PointKinematics; nn.setBody(HGait.updBodySet.get('tibia_l')) R = Vec3(0,0,0); nn.setPoint(R) nn.setPointName('yf') nn.getAccelerationStorage() but this is not yield the values of accelerat...