Search found 136 matches
- Mon Sep 14, 2015 10:03 pm
- Forum: OpenSim
- Topic: Joint reaction forces without external force measurements
- Replies: 2
- Views: 935
Re: Joint reaction forces without external force measurement
A BallJoint, a GimbalJoint or any CustomJoint with rotational degrees of freedom will not dislocate. Can you explain what you mean by "implemented a no-dislocation constraint of the glenohumeral joint"? OpenSim can report Joint reaction forces for any joint type so it is generally unnecessary to emp...
- Thu Feb 26, 2015 3:37 pm
- Forum: OpenSim
- Topic: Irregular time step in RRA output
- Replies: 2
- Views: 580
Re: Irregular time step in RRA output
The controls computations are performed and then updated every control time window (e.g. 0.001) which is a periodic event. The integrator is variable step and more (e.g. intermediate) steps can be necessary to achieve the desired accuracy.
- Thu Feb 26, 2015 3:31 pm
- Forum: OpenSim
- Topic: Custom joint code
- Replies: 2
- Views: 416
Re: Custom joint code
What are the problems/errors you are getting?
- Thu Feb 26, 2015 3:29 pm
- Forum: OpenSim
- Topic: changing fiber force length curve setting
- Replies: 6
- Views: 640
Re: changing fiber force length curve setting
Post the parameters and the values you are trying to apply.
- Thu Feb 19, 2015 11:48 am
- Forum: OpenSim
- Topic: URGENT! Advanced API, Actuator, Plugin, SO
- Replies: 7
- Views: 1928
Re: URGENT! Advanced API, Actuator, Plugin, SO
That is good that you have vertical forces. My second comment was referring to the requirement for actuators during SO/CMC for otherwise unactuated DOFs because of small errors introduced by processing the input data. For example, if I drop a block with no forces other than gravity and feed the coor...
- Wed Feb 11, 2015 2:21 pm
- Forum: OpenSim
- Topic: Error with Inverse Kinematics
- Replies: 1
- Views: 411
Re: Error with Inverse Kinematics
4cm of error in the static case is excessive. 9cm during motion could be that the marker data and the model are not correctly expressed in the same reference frame or the model is a poor fit for the task. Is your model physically capable of reaching the marker in question? For example, if your model...
- Wed Feb 11, 2015 2:01 pm
- Forum: OpenSim
- Topic: URGENT! Advanced API, Actuator, Plugin, SO
- Replies: 7
- Views: 1928
Re: URGENT! Advanced API, Actuator, Plugin, SO
A couple of things: 1. There are no actuators controlling the Y (vertical) direction as far as i can tell from your naming convention. What is preventing the block from falling since you enabled gravity? 2. It is also possible that after filtering and/or splining the coordinates (which SO does), tha...
- Thu Feb 05, 2015 10:39 am
- Forum: OpenSim
- Topic: Create Isokinetic Motion
- Replies: 1
- Views: 470
Re: Create Isokinetic Motion
If your experimental motion is isokinetic then an inverse analysis (including static optimization) or a forward simulation that tracks those kinematics (CMC) will also reflect the isokinetic nature of the task, since these methods depend on the experimental motion. If you wish to perform a forward s...
- Thu Feb 05, 2015 10:14 am
- Forum: OpenSim
- Topic: Custom Joint
- Replies: 5
- Views: 668
Re: Custom Joint
The SpatialTransform describes a single Transform X = [R(q), p(q)] between the child and parent frames. In forming the translation, p, and rotation, R, the user can specify the spatial "transform axes", and for rotation it defines a successive Body-fixed rotation sequence about these axes in the ord...
- Mon Dec 01, 2014 5:26 pm
- Forum: OpenSim
- Topic: Is there any function to get Muscle Activation or stress ?
- Replies: 8
- Views: 1672
Re: Is there any function to get Muscle Activation or stress
Have you tried:
given a state from your simulation?
Code: Select all
muscle.getActivation(state);