Search found 1375 matches

by jimmy d
Sat Nov 09, 2019 6:01 pm
Forum: OpenSim
Topic: Matlab mex cannot include Opensim.h
Replies: 10
Views: 1257

Re: Matlab mex cannot include Opensim.h

The file contains a character that cannot be represented in the current code page (936).
https://stackoverflow.com/questions/105 ... in-unicode
by jimmy d
Sat Nov 09, 2019 5:58 pm
Forum: OpenSim
Topic: AnalyzeTool Error
Replies: 2
Views: 379

Re: AnalyzeTool Error

The AnalysisTool builds a set of states, internally, when the tool is constructed from file. If you make a default tool, then set all the properties, the internal state won't have been constructed. This is more of an OpenSim tool side bug since, at run(), the tool should build the states from the pr...
by jimmy d
Sat Nov 09, 2019 5:41 pm
Forum: OpenSim
Topic: RRA residuals
Replies: 2
Views: 551

Re: RRA residuals

But as soon as I run RRA, my model goes down and then up. You are running RRA when not all the forces are available. In the picture you posted, only one GRF is present, so the balance of forces and masses are inconsistent and the model will 'sink'. You should only perform RRA during periods when AL...
by jimmy d
Sat Nov 09, 2019 5:20 pm
Forum: OpenSim
Topic: OpenSim API: set-translation/rotation for wrapping objects
Replies: 10
Views: 2340

Re: OpenSim API: set-translation/rotation for wrapping objects

but it would have been a lot easier to build the model in the first place without hand fitting wrap surfaces! What tool would suggest? An optimizer that fits based on some criteria (moment-arm curves?). I think the problem you faced is actually a point of research that people like yourself should i...
by jimmy d
Sat Nov 09, 2019 5:11 pm
Forum: OpenSim
Topic: Any progress towards using Kistler plates with OpenSim?
Replies: 3
Views: 550

Re: Any progress towards using Kistler plates with OpenSim?

read that the OpenSim C3D File Converter isn't compatible with Kistler, In OpenSim, we use BTK to do the data conversion, but we do testing on our side to make sure the COP (and some other values) are correct. This is particularly important since BTK is no longer supported by the original developer...
by jimmy d
Sat Nov 09, 2019 5:03 pm
Forum: OpenSim
Topic: Running CMC without lumbar markers
Replies: 1
Views: 247

Re: Running CMC without lumbar markers

Locking the coordinates means that any forces required to maintain the current coordinate value are provided by the underlying system. So any failures are not caused by a lack of forces crossing those coordinates.

Are you still seeing the issue?
by jimmy d
Sat Nov 09, 2019 4:52 pm
Forum: OpenSim
Topic: Multiple Constraint Violations at One Time Step using Static Optimization
Replies: 2
Views: 638

Re: Multiple Constraint Violations at One Time Step using Static Optimization

My actuator files consists of one torques actuator applied to the pelvis body You have to use an actuator for every coordinate. Not just one for the entire body. Have you tried using the RRA or CMC actuator files that are distributed with the example model and data? There is also an example that de...
by jimmy d
Sat Nov 09, 2019 4:50 pm
Forum: OpenSim
Topic: How to define orthosis????
Replies: 1
Views: 354

Re: How to define orthosis????

I would suggest thinking of the problem from an idealized perspective rather than a physical device perspective. In OpenSim, you can add different idealized force or actuator types that would model the behavior of a device (in the real world). Have a look at the various types of forces and actuators...
by jimmy d
Sat Nov 09, 2019 4:44 pm
Forum: OpenSim
Topic: RRA - problem
Replies: 2
Views: 394

Re: RRA - problem

mistake when I did RRA again, I don't know why. Are you still having the issue? Is there an error message you can post? I want to know how to write pointactivator, torqueactivator and torqueactivator in actuators.xml In the OpenSim GUI you can find snippets of code for each OpenSim type by going to...
by jimmy d
Sat Nov 09, 2019 4:37 pm
Forum: OpenSim
Topic: Coupled and Rotational Coordinates
Replies: 1
Views: 250

Re: Coupled and Rotational Coordinates

The MotionType of a Coordinate is now fully determined by the Joint. The user cannot set the MotionType for a Coordinate. There are instances such as in the leg6dof9musc and Rajagopal2015 models, where a Coordinate was assigned an incorrect type (e.g. when a coordinate of a CustomJoint is not a meas...