Search found 24 matches

by Pablo Delgado
Mon Mar 07, 2022 10:05 am
Forum: OpenSim
Topic: Coupler Coordinate Constraints implementation
Replies: 3
Views: 597

Re: Coupler Coordinate Constraints implementation

By the way, testing on a simple double pendulum, both the SimmSpline you have and the LinearFuction are equivalent, so it's likely you'll get the same behavior in your model after this change too. In case the change doesn't help, consider double checking the definitions of your coordinates to make ...
by Pablo Delgado
Mon Mar 07, 2022 10:01 am
Forum: OpenSim
Topic: Physical frames spatial position information
Replies: 2
Views: 346

Re: Physical frames spatial position information

Depending on your pipeline, you might be able to use the BodyKinematics analysis. If you're working with the API, check out the outputs in the Frame class (Body inherits from Frame): https://simtk.org/api_docs/opensim/api_docs/classOpenSim_1_1Frame.html getTransformInGround() could be helpful here....
by Pablo Delgado
Fri Feb 25, 2022 6:54 pm
Forum: OpenSim
Topic: Coupler Coordinate Constraints implementation
Replies: 3
Views: 597

Coupler Coordinate Constraints implementation

Greetings, I am trying to constraints two coordinates, let's say q1 and q2. I want this relationship q2 = -q1, however, I always end up with q2 = q1. Please look below to the code implementation: <CoordinateCouplerConstraint name="q1_q2_con"> <isEnforced>true</isEnforced> <coupled_coordinates_functi...
by Pablo Delgado
Thu Feb 24, 2022 3:43 pm
Forum: OpenSim
Topic: Matlab Stops Working
Replies: 0
Views: 136

Matlab Stops Working

Hello, I am trying to use Matlab R2021a with OpenSim 4.3. Every time that I run the below code Matlab executes all the commands, and then it stops working. Any idea why this is happening? %% Matlab Script for Opensim clearvars import org.opensim.modeling.* % Import OpenSim Libraries model = Model('F...
by Pablo Delgado
Thu Feb 24, 2022 9:36 am
Forum: OpenSim
Topic: Physical frames spatial position information
Replies: 2
Views: 346

Physical frames spatial position information

Greetings, I would like to know if it is possible to get the spatial information of a body frame of a model during during a trajectory after applying the generalized coordinates motion to the model. What I want to do is to find the relative position and orientation of two body frames. Therefore, I n...
by Pablo Delgado
Wed Feb 23, 2022 1:59 pm
Forum: OpenSim
Topic: Incorrect Weld Constraint Orientation
Replies: 3
Views: 784

Re: Incorrect Weld Constraint Orientation

Hello, I am running into the same problem as BJ. It has been explained that I would need to add a PhysicalOffsetFrame on each body. I would like to know if you can share a sample code how to define those extra frames and then, how to reference them into the Welded Constraint parameter: <WeldConstrai...
by Pablo Delgado
Wed Feb 23, 2022 1:18 pm
Forum: OpenSim
Topic: apply transform to mesh file frame
Replies: 3
Views: 547

Re: apply transform to mesh file frame

Hi! I also have an issue/question about using input_transform--if you figure it out, would you be able to share? Thanks! Katie Hello Katie, Of course, however, I have not figured out how to use it yet. In the mean time, what I did was to open the files in a CAD software and from there change the or...
by Pablo Delgado
Mon Feb 21, 2022 11:34 am
Forum: OpenSim
Topic: apply transform to mesh file frame
Replies: 3
Views: 547

apply transform to mesh file frame

Hello, I would like to know if someone can help me to figure out how to apply a transformation to the mesh file that I am importing to a body in a xml file. I want this because the location of the body frame for the part is not in the right place for the geometry file. I already know what is the tra...
by Pablo Delgado
Wed Sep 22, 2021 11:47 am
Forum: OpenSim
Topic: How to scale a model based on body measurement?
Replies: 1
Views: 243

How to scale a model based on body measurement?

Hello, I am working with Opensense, I have the orientation information coming from 3 different sensors placed on the upper body of a subject (Clavicle, Humerus, and Radius). With this information I know I can compute ik, however, I would like to scale the musculoskeletal model to the dimensions of a...
by Pablo Delgado
Wed Sep 22, 2021 9:12 am
Forum: OpenSim
Topic: Opensense - quaternion sto-file information
Replies: 4
Views: 752

Re: Opensense - quaternion sto-file information

Thank you very much, once I have it and it is ready I will share it!