Glad it worked!
-james
Search found 1375 matches
- Fri Oct 11, 2013 10:13 am
- Forum: OpenSim
- Topic: Net Joint Reaction Forces
- Replies: 7
- Views: 1649
- Fri Oct 11, 2013 10:12 am
- Forum: OpenSim
- Topic: Forward tool
- Replies: 3
- Views: 565
Re: Forward tool
Hi Alex,
In short, yes. OpenSIm will only calculate activations between 0-1. So if you input experimentally collected excitations that are greater than 1, the optimisers treat it as the upper bound (1).
Cheerss,
-james
In short, yes. OpenSIm will only calculate activations between 0-1. So if you input experimentally collected excitations that are greater than 1, the optimisers treat it as the upper bound (1).
Cheerss,
-james
- Fri Oct 11, 2013 10:07 am
- Forum: OpenSim
- Topic: Use the scale tool and inverse kinematics tool in C++ code
- Replies: 1
- Views: 669
Re: Use the scale tool and inverse kinematics tool in C++ co
Leo, You are able to integrate the source code of OpenSIm into your own applications. You will want to go over the developers guide and pages found at the links below; developers guide http://simtk-confluence.stanford.edu:8080/display/OpenSim/Developer%27s+Guide developers pages http://simtk-conflue...
- Fri Oct 11, 2013 10:02 am
- Forum: OpenSim
- Topic: Obtain CM position and velocity during a simulation
- Replies: 9
- Views: 3244
Re: Obtain CM position and velocity during a simulation
Hi Brian,
You could use the class 'bodykinematics' and its subclass 'setRecordCenterOfMass'. The Doxygen documentation can be found here; https://simtk.org/api_docs/opensim/api_ ... atics.html
Let us know if that helps,
-james
You could use the class 'bodykinematics' and its subclass 'setRecordCenterOfMass'. The Doxygen documentation can be found here; https://simtk.org/api_docs/opensim/api_ ... atics.html
Let us know if that helps,
-james
- Fri Oct 11, 2013 9:52 am
- Forum: OpenSim
- Topic: Estimating muscle power from static optimization results
- Replies: 2
- Views: 1145
Re: Estimating muscle power from static optimization results
Hi Bel, You do have acouple options here. As StaticOP gives you muscle forces and velocities you could calculate manually. Otherwise you can use the analysis tool. The instantaneous actuator states (force and velocity) are read and analysed (Power in watts). You would have to take your staticOp resu...
- Wed Oct 09, 2013 9:27 am
- Forum: OpenSim
- Topic: Error 'estimating joint loads in OpenSim' tutorial/example
- Replies: 8
- Views: 1131
Re: Error 'estimating joint loads in OpenSim' tutorial/examp
Joe and Bel, thanks for spotting that Bel! The xml tags can either give an absolute path (C:\Users\...\subject01_walk1_Kinematics.sto) or a relative path (subject01_walk1_Kinematics.sto). The relative path assumes the file is in the same directory as the setup.xml. We will change the package to repr...
- Mon Oct 07, 2013 11:16 am
- Forum: OpenSim
- Topic: Information on functional methods for human joint parameters
- Replies: 1
- Views: 485
Re: Information on functional methods for human joint parame
Hi Giulia, The calculation and application of functional axes and joint centers would be done outside of the OpenSim package. Matlab tends to be used for the most part. There are a number of methods and implementations of this. However, the end goal would be to have the location of the functional jo...
- Mon Oct 07, 2013 10:52 am
- Forum: OpenSim
- Topic: Muscle power
- Replies: 2
- Views: 445
Re: Muscle power
Hi Emiliano,
You can measure and report muscle power by adding probes to the model. The description can be found here "http://simtk-confluence.stanford.edu:80 ... Sim/Probes".
Let us know how it goes,
-james
You can measure and report muscle power by adding probes to the model. The description can be found here "http://simtk-confluence.stanford.edu:80 ... Sim/Probes".
Let us know how it goes,
-james
- Mon Oct 07, 2013 10:09 am
- Forum: OpenSim
- Topic: Error 'estimating joint loads in OpenSim' tutorial/example
- Replies: 8
- Views: 1131
Re: Error 'estimating joint loads in OpenSim' tutorial/examp
Hi Joe,
Are you using 3.1? I replicated the error but it may be because the example was built for version 2.4. Some significant changes have been made since then.
Please let me know,
-james
Are you using 3.1? I replicated the error but it may be because the example was built for version 2.4. Some significant changes have been made since then.
Please let me know,
-james
- Mon Oct 07, 2013 9:55 am
- Forum: OpenSim
- Topic: marker set for Lumbar spin model
- Replies: 1
- Views: 353
Re: marker set for Lumbar spin model
Hi Maida, Im assuming you are talking about the simtk project "musculoskeletal Model of the Lumbar Spine" ? That project has some example motion files that are downloadable. There isnt a markerset.xml associated with the project so you may have to generate and attach your own custom markerset. cheer...