Search found 4 matches
- Fri Jan 10, 2020 12:03 pm
- Forum: OpenSim
- Topic: Extracting simulation data after inverse kinematics
- Replies: 2
- Views: 172
Re: Extracting simulation data after inverse kinematics
Thank you for the clarification. There are functions in the API like getActivation and getTendonStrain. I was under the impression that these should be able to return the values I need, but they always seem to have a constant value. About your suggestion to use Static Optimization or Computed Muscle...
- Thu Jan 09, 2020 2:11 pm
- Forum: OpenSim
- Topic: Extracting simulation data after inverse kinematics
- Replies: 2
- Views: 172
Extracting simulation data after inverse kinematics
I have motion capture data on which I run inverse kinematics to get the associated joint angles. Now I want to extract muscle activations from the resulting simulation but I can't find any way to do so either on the GUI or on the Python API. I'm fairly new to OpenSim so I got a bit overwhelmed by th...
- Wed Jun 19, 2019 2:47 am
- Forum: OpenSim
- Topic: Newbie problems ...
- Replies: 7
- Views: 864
Re: Newbie problems ...
So I tried installing with CMake GUI, there were 100+ warnings but no errors. These are warnings like: /Users/vidhey/opensim-core-source/OpenSim/Simulation/Model/PathPointSet.h:44: Warning 315: Nothing known about 'OpenSim::Set< OpenSim::AbstractPathPoint,OpenSim::Object >::Set'. or: /Users/vidhey/o...
- Thu Jun 13, 2019 10:35 pm
- Forum: OpenSim
- Topic: Newbie problems ...
- Replies: 7
- Views: 864
Re: Newbie problems ...
Hi, I have the same problems with using Python bindings for OpenSim. I also tried bypassing the Java binding in cmake, but I get this error while executing make: [ 94%] Compiling Java sources and creating jar archive. warning: [options] bootstrap class path not set in conjunction with -source 6 erro...