opensim-core
opensim-core copied to clipboard
SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
Hi, It would be great if ScaleTool has a property to whether or not scale the maximum isometric force based on the equation of weight and height. Default can be...
Hi, I couldn't find any function to get access the following properties in InverseDynamicsTool and I suppose there aren't any (https://simtk.org/api_docs/opensim/api_docs/classOpenSim_1_1InverseDynamicsTool.html): It would be great if InverseDynamicsTool has something similar:...
When requesting a MuscleAnalysis with the AnalyzeTool, the tool does not toggle the MuscleAnalysis to compute moments (and moment arms) even when `setComputeMoments(true)` is specified for the MuscleAnalysis. A check...
Hello, I'm already aware of custom static optimization in MATLAB (https://github.com/stanfordnmbl/MatlabStaticOptimization), but it would be great if StaticOptimization in OpenSim API has a function to change the weight of the...
This is purely a perf change that aims to be a *logically* equivalent implementation, but with a bunch of computation skipped. When I was doing the perf passes on recent...
## Problem Hello! I am trying to build opensim-core using the instructions provided in the Continuous Integration action, and I am encountering the following error during `make -j8`: ``` In...
Is that intended ? Am I supposed to provide a custom path to my LD_LIBRARY_PATH env var for instance ? Thanks !
I am having trouble validating the output of IAA toolbox. The contributions of 3 muscles seem to be incorrect. Gastrocnemius and soleus should be contributing the most to the vertical...
Was trying to play around with parallelization. Set up a full muscle-driven, 3D tracking simulation. After getting the solver object, tried to call solver.get_parallel(), and it crashes MATLAB. Attached the...
@aymanhab Using this channel: https://anaconda.org/opensim-org/opensim On MacOS, works with python=3.9 but not another version (e.g., python=3.7). - Works with an environment whose python version is 3.9 ``` conda create -n...