Search found 7 matches

by Zu Xueying
Thu Sep 23, 2021 3:39 am
Forum: OpenSim
Topic: how to simulate a motion in matlab
Replies: 0
Views: 322

how to simulate a motion in matlab

Hello,
I want to simulate the effect of an exoskeleton by using MATLAB. I have added four coordinate actuators in the model. I'd like to simulate the motion of these four actuators in MATLAB. I wonder which function should I use? Should I use forward kinetic tools or something else?
Thanks a lot
by Zu Xueying
Sun Jul 11, 2021 11:40 pm
Forum: OpenSim
Topic: Questions about weld constraint
Replies: 2
Views: 727

Re: Questions about weld constraint

Hello, As of version 4.0, the specification of objects/components in the model file has been made more strict, and a full path (e.g. /bodyset/tuigan1) is now required where only name (tuigan1) was needed in the past. When you refer to a frame by name only within a constraint set, it looks for the f...
by Zu Xueying
Fri Jul 02, 2021 12:41 am
Forum: OpenSim
Topic: Questions about weld constraint
Replies: 2
Views: 727

Questions about weld constraint

Hello all, I tried to add a weld constraint to my model ,but I encountered some problems. When I write the code like this <ConstraintSet name="constraintset"> <objects> <WeldConstraint name="tuigan1_qiufu"> <frame1name>qiufu1_offset</frame1name> <frame2name>tuigan1_offset</frame2name> </WeldConstrai...
by Zu Xueying
Fri Jul 02, 2021 12:36 am
Forum: Simbody: SimTK multibody dynamics API
Topic: Questions about weld constraint
Replies: 2
Views: 972

Re: Questions about weld constraint

Sorry I didn't notice that
by Zu Xueying
Thu Jul 01, 2021 2:21 am
Forum: Simbody: SimTK multibody dynamics API
Topic: Questions about weld constraint
Replies: 2
Views: 972

Questions about weld constraint

Hello, all! I tried to add a weld constraint to my model, but if I write the code like this: <ConstraintSet name="constraintset"> <objects> <WeldConstraint name="tuigan1_qiufu"> <frame1name>qiufu1_offset</frame1name> <frame2name>tuigan1_offset</frame2name> </WeldConstraint> </objects> </ConstraintSe...
by Zu Xueying
Fri May 14, 2021 6:34 pm
Forum: OpenSim
Topic: Is it possible to define 2 joints on one body?
Replies: 2
Views: 605

Re: Is it possible to define 2 joints on one body?

Hello, The underlying multibody system of an OpenSim model is a Tree (you can see this in the Application/GUI Topology View). As such if you want to have loops/connections that breaks the Tree structure, then you'll have to do it with Constraints. Please check the doxygen documentation here https:/...
by Zu Xueying
Fri May 14, 2021 6:39 am
Forum: OpenSim
Topic: Is it possible to define 2 joints on one body?
Replies: 2
Views: 605

Is it possible to define 2 joints on one body?

Hello all, I'm trying to add a 3D model to the model Gait2392. Since my model is base on parallel robot, I have two joints which has the same child frame. And when I try to open it in Opensim, the software has no response. I wonder if it's because that there can't be two joints who have the same chi...