Dear all,
I want to start a new project on human seat interaction in the context of automated driving. I am wondering if you have any idea that it is possible to use OpenSim for that. I would appreciate it if you could provide me with any information.
Yours,
Mojtaba
Search found 10 matches
- Sun Mar 24, 2019 10:06 am
- Forum: OpenSim
- Topic: human seat interaction
- Replies: 1
- Views: 325
- Tue Jan 29, 2019 2:41 am
- Forum: OpenSim
- Topic: CMC fails in non-zero initial positions
- Replies: 0
- Views: 268
CMC fails in non-zero initial positions
Hi everybody,
I have a hand and wrist model. CMC simulation works for index-thumb movements only if I start it from 0 degrees initial position. It fails if I change the initial position even for locked coordinates. Do you have any idea how to solve this ?
Yours,
Mojtaba
I have a hand and wrist model. CMC simulation works for index-thumb movements only if I start it from 0 degrees initial position. It fails if I change the initial position even for locked coordinates. Do you have any idea how to solve this ?
Yours,
Mojtaba
- Tue Dec 20, 2016 7:52 am
- Forum: OpenSim
- Topic: inertia properties problem with CMC
- Replies: 6
- Views: 1040
Re: inertia properties problem with CMC
The imported values are measured and make sense .
Another colleague of mine had the same problem with foot toes and he had to scale them to be at least1E-4 to make CMC work.
So I guess this is a mathematical issue.
Another colleague of mine had the same problem with foot toes and he had to scale them to be at least1E-4 to make CMC work.
So I guess this is a mathematical issue.
- Tue Dec 20, 2016 7:44 am
- Forum: OpenSim
- Topic: inertia properties problem with CMC
- Replies: 6
- Views: 1040
Re: inertia properties problem with CMC
Thanks for the reply.
So you do not have any idea to solve the issue?
Yours,
Mojtaba
So you do not have any idea to solve the issue?
Yours,
Mojtaba
- Tue Dec 20, 2016 6:16 am
- Forum: OpenSim
- Topic: inertia properties problem with CMC
- Replies: 6
- Views: 1040
inertia properties problem with CMC
Hi all, I have a hand model with measured small inertial properties (1E-7). I have a problem running CMC during finger flexion. it gives vey large position errors. Multiplying the properties by 1000 solves the problem . I tried to solve the problem by having passive forces with coordinateLimitForces...
- Mon Nov 23, 2015 7:59 am
- Forum: OpenSim
- Topic: OpenSim API: set-translation/rotation for wrapping objects
- Replies: 10
- Views: 2500
Re: OpenSim API: set-translation/rotation for wrapping obje
thanks for your consideration, I tried to do that in this way : wrap=WrapCylinder(); wrap.setName(name); pointVec3Prop = wrap.getPropertyByName('translation'); PropertyHelper.setValueVec3(0.01,pointVec3Prop , 0) but I ran into this error : "Java exception occurred: java.lang.RuntimeException: Bad dy...
- Wed Nov 18, 2015 1:14 am
- Forum: OpenSim
- Topic: OpenSim API: set-translation/rotation for wrapping objects
- Replies: 10
- Views: 2500
OpenSim API: set-translation/rotation for wrapping objects
Hi,
Is it possible to set the properties "translation" and "xyz_body_rotation"for WrapCylinder in opensim API?
Yours,
Mojtaba
Is it possible to set the properties "translation" and "xyz_body_rotation"for WrapCylinder in opensim API?
Yours,
Mojtaba
- Tue Nov 17, 2015 5:45 am
- Forum: OpenSim
- Topic: OpenSim API: WrapObject set-methods
- Replies: 2
- Views: 370
Re: OpenSim API: WrapObject set-methods
Hi Alex,
I have the same problem! I am wondering if you find a way to set these parameters in opensim API? if so could you share it with me?
Yours,
Mojtaba
I have the same problem! I am wondering if you find a way to set these parameters in opensim API? if so could you share it with me?
Yours,
Mojtaba
- Thu Nov 12, 2015 2:32 am
- Forum: OpenSim
- Topic: Constraint nodes that have a wrapping surface between them
- Replies: 2
- Views: 422
Re: Constraint nodes that have a wrapping surface between th
Hey James,
Thanks for reply
Thanks for reply
- Thu Oct 29, 2015 2:56 am
- Forum: OpenSim
- Topic: Constraint nodes that have a wrapping surface between them
- Replies: 2
- Views: 422
Constraint nodes that have a wrapping surface between them
Hi, I want to define a constraint between two points . distance between them should be constant. There is a wrapping surface between these two nodes, so It is not possible to use "ConstantDistanceConstraint". In other words I need a constraint that take account the wrapping surface as well. Do you h...