Search found 5 matches

by Yuta Shimane
Thu Jan 28, 2021 10:38 pm
Forum: OpenSim
Topic: The calculation of inverse dynamics
Replies: 1
Views: 373

The calculation of inverse dynamics

Hi, I have question regarding inverse dynamics tool. First, I analyzed walking motion, and estimated joint moment from kinematics data and grand reaction force. The question is there is no difference between the result obtained by applying GRF to only the right foot and the result obtained by applyi...
by Yuta Shimane
Mon Dec 02, 2019 10:42 pm
Forum: OpenSim
Topic: How to add new state value
Replies: 2
Views: 188

Re: How to add new state value

Dear, Thomas.

Thank you for your reply and suggestion.
I understood I can't add state variables by using the functions in MATLAB. I will learn and do as your suggestion.

Best regards
-Yuta
by Yuta Shimane
Mon Dec 02, 2019 2:39 am
Forum: OpenSim
Topic: How to add new state value
Replies: 2
Views: 188

How to add new state value

Hi, everyone. I'm creating controller for simulation in MATLAB now. I want to store valuable for controller the state to use integrator. I used following function to store, however, value was not stored in Z which is auxiliary continuous state variables, because Z is empty matrix. osimState.setZ(Vec...
by Yuta Shimane
Wed Nov 20, 2019 8:14 am
Forum: OpenSim
Topic: Controller for simulation in MATLAB
Replies: 2
Views: 842

Re: Controller for simulation in MATLAB

Hi, Mr. Dimitar Stanev

I will check it.
Thank you so much for your useful information!

Sincerely.
by Yuta Shimane
Mon Nov 18, 2019 5:46 am
Forum: OpenSim
Topic: Controller for simulation in MATLAB
Replies: 2
Views: 842

Controller for simulation in MATLAB

Hi, guys. I'm creating walking simulation model which is calculated by neural control and feedback in MATLAB. I want to implement adjustable controller to the model. I tried to refer to the controller of KeeReflex.m and ToyReflexController.cpp (which are provided for example), rewrited from ToyRefle...