Search found 1778 matches

by Thomas Uchida
Thu Apr 25, 2024 4:33 pm
Forum: OpenSim
Topic: usage of ConditionalPathPoint
Replies: 4
Views: 899

Re: usage of ConditionalPathPoint

Based on the doxygen documentation ( https://simtk.org/api_docs/opensim/api_docs/classOpenSim_1_1ConditionalPathPoint.html#a5fbccc632d996235419c0313a8fa369b ), the ConditionalPathPoint::connectSocket_coordinate() method would be called by passing in a reference to the coordinate, something like this...
by Thomas Uchida
Thu Apr 25, 2024 4:22 pm
Forum: OpenSim
Topic: CMC still failing
Replies: 3
Views: 772

Re: CMC still failing

it is very strange that a lot of much more complicated models work fine with CMC I don't think it is so common to run CMC with a contact mesh and elastic foundation force. If it's possible for your application, you might try simplifying the problem by using a joint (or constraint) on the floor inst...
by Thomas Uchida
Wed Apr 24, 2024 9:02 pm
Forum: OpenSim
Topic: updating Forces
Replies: 1
Views: 391

Re: updating Forces

I want to simulate a system with changing forces over time depending on location and velocity If the forces are functions of time where the functions are known before the simulation begins, you could try using some other type of Function (expand the "Inheritance diagram for OpenSim::Function" at th...
by Thomas Uchida
Sun Apr 07, 2024 5:49 pm
Forum: OpenSim
Topic: RRA double limb support with only one force plate
Replies: 1
Views: 386

Re: RRA double limb support with only one force plate

You are correct: RRA should not be run over time intervals where GRFs were applied to the left foot in the experiment but were not measured.
by Thomas Uchida
Sun Apr 07, 2024 5:44 pm
Forum: OpenSim
Topic: Unit of plot
Replies: 1
Views: 439

Re: Unit of plot

Muscle activations are unitless and forces are expressed in newtons. Some additional information about the muscle models can be found on the "Muscle Model Theory and Publications" section of the documentation and the associated publications ( https://opensimconfluence.atlassian.net/wiki/spaces/OpenS...
by Thomas Uchida
Sun Apr 07, 2024 5:38 pm
Forum: OpenSim
Topic: Query regarding openSim software update
Replies: 1
Views: 414

Re: Query regarding openSim software update

Could you please advise if updating OpenSim will affect my existing files and data? OpenSim will not search your hard drive and modify files. However, model files are automatically updated to the newest version when you open them, so if you open a model and then save it without changing the filenam...
by Thomas Uchida
Sun Mar 31, 2024 5:23 pm
Forum: OpenSim
Topic: Inverse Dynamics Input/Output
Replies: 1
Views: 371

Re: Inverse Dynamics Input/Output

The inputs and outputs of the Inverse Dynamics Tool are described on the "Getting Started with Inverse Dynamics" page in the User's Guide ( https://opensimconfluence.atlassian.net/wiki/spaces/OpenSim/pages/53090063/Getting+Started+with+Inverse+Dynamics ). General information about OpenSim workflows ...
by Thomas Uchida
Wed Mar 27, 2024 4:23 pm
Forum: OpenSim
Topic: updating default coordinate values
Replies: 4
Views: 724

Re: updating default coordinate values

The line "state = model.initSystem()" immediately after the "for" loop is creating a fresh underlying computational system and assigning it to the variable "state" in Matlab, so anything that was done to the "state" variable before that line will be lost. Please try removing that line.
by Thomas Uchida
Sat Mar 09, 2024 3:11 am
Forum: OpenSim
Topic: How to get Centre of Mass
Replies: 1
Views: 319

Re: How to get Centre of Mass

I would like to know how to gain full body center of mass and joint power. I used Analysis Tool but it didn't work. These are both Outputs: - OpenSim::Model::com_position ( https://simtk.org/api_docs/opensim/api_docs/classOpenSim_1_1Model.html#a44d8bd8fb7b2aa45c118c06cfabfadb8 ) - OpenSim::Joint::p...
by Thomas Uchida
Sat Mar 09, 2024 3:07 am
Forum: OpenSim
Topic: How To calcualte the moment and torque for leg
Replies: 1
Views: 317

Re: How To calcualte the moment and torque for leg

The "Overview of OpenSim Workflows" page in the documentation (https://simtk-confluence.stanford.edu:8 ... +Workflows) provides a brief description of the OpenSim Tools.