-
Updated
Sep 1, 2021 - C++
#
biomechanics
Here are 94 public repositories matching this topic...
High-performance C++ multibody dynamics/physics library for simulating articulated biomechanical and mechanical systems like vehicles, robots, and the human skeleton.
Reinforcement learning environments with musculoskeletal models
machine-learning
simulator
reinforcement-learning
physics
kinematics
simulation-environment
deep-reinforcement-learning
biomechanics
opensim
-
Updated
Oct 4, 2020 - Python
Notes on Scientific Computing for Biomechanics and Motor Control
-
Updated
Jul 22, 2021 - Jupyter Notebook
A curated, public list collecting resources for biomechanics and human motion: datasets, processing tools, software for simulation, educational videos, lectures, etc.
science
awesome
dynamics
motion
dataset
biomechanics
awesome-list
motion-capture
computer-simulation
motion-tracking
bioengineering
gait
gait-analysis
musculoskeletal-models
human-motion
human-motion-analysis
musculoskeletal-simulations
-
Updated
Aug 26, 2021
PyDy tutorial materials for MASB 2014, PYCON 2014, and SciPy 2014/2015.
-
Updated
Jan 14, 2019 - Jupyter Notebook
Tools for the Cleveland State Human Motion and Control Lab
-
Updated
Jun 19, 2021 - Python
Open
Marker visualization
3
marnunez
commented
Aug 21, 2020
It's really impressive how much pyomeca has progressed! Have you ever considered including some form of simple 3D marker visualization?
Solve optimal control problems for musculoskeletal models using OpenSim and direct collocation.
-
Updated
Dec 16, 2020 - C++
Library to explore, process, and analyze movement acquisition data
-
Updated
Apr 13, 2017 - C++
modenaxe
commented
Nov 12, 2020
Segment mass properties and degrees of freedom of the joint models should be easy be customised, maybe with more options e.g. de Leva, This should be trivial to implement.
We developed a method animating a statistical 3D human model for biomechanical analysis to increase accessibility for non-experts, like patients, athletes, or designers.
-
Updated
Nov 26, 2020 - C++
RHEOS - Open Source Rheology data analysis software
-
Updated
Sep 4, 2021 - Julia
Extract and visualize gait data
python
pyqt5
plotly
biomechanics
matplotlib
c3d
vicon
gait-analysis
plotly-dash
motion-analysis
vicon-nexus
-
Updated
Sep 1, 2021 - Python
Information of public available data sets for biomechanics.
-
Updated
Jun 29, 2021
preparing meshes for FEA using Blender
-
Updated
Aug 20, 2021
Materials to reproduce the results of our paper about 3D muscle modelling.
geometry
scientific-visualization
biomechanics
hip
muscle
opensim
scientific-publications
joint-models
bioengineering
scientific-research
scientific-papers
muscle-model
-
Updated
Feb 23, 2021 - MATLAB
Information about the FEZ initiative and information for contributors
-
Updated
May 25, 2021
machine learning and deep learning movement detector in sports
-
Updated
Feb 19, 2019 - Jupyter Notebook
Scripts and models to optimize musculotendon parameters in musculoskeletal models.
matlab
biomechanics
muscle
opensim
scientific-publications
bioengineering
scientific-research
musculoskeletal-models
optimization-technique
musculotendon-parameters
muscle-parameters
-
Updated
May 11, 2021 - MATLAB
Stuff related to the BMClab public datasets
-
Updated
Oct 23, 2020 - Jupyter Notebook
Lumbar Model Generator
-
Updated
Jul 28, 2017 - MATLAB
Visualizing multidimensional solution spaces through stochastic and analytical techniques.
-
Updated
Jul 4, 2018 - JavaScript
Python interface of C3Dserver software for reading and editing C3D motion capture files
python
kinematics
python3
biomechanics
pywin32
motion-capture
mocap
c3d
motion-analysis
biomechanical-toolkit
c3dserver
-
Updated
May 31, 2021 - Python
Machine learning reduces the amount of necessary maximum voluntary isometric contractions tests of the shoulder muscles
-
Updated
Apr 23, 2019 - Jupyter Notebook
Kinetics Toolkit is an open-source, pure-python package of integrated classes and functions that aims to facilitate research in biomechanics using python.
-
Updated
Aug 31, 2021 - Python
Aiming to improve arm function in people with high-level spinal injuries
-
Updated
Jul 14, 2021 - C++
R package for simulating and analyzing the kinematics of 2D and 3D linkage mechanisms
-
Updated
Jun 13, 2019 - R
Source for the TU Delft Bicycle Laboratorium website.
-
Updated
Sep 4, 2021 - Python
A pure Julia package for reading C3D files
-
Updated
Aug 11, 2021 - Julia
Improve this page
Add a description, image, and links to the biomechanics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the biomechanics topic, visit your repo's landing page and select "manage topics."


I was trying to figure out why we get memory leaks in osim-rl. I use a slightly different custom version of osim-rl. However, it seems that everything points towards the integrate function of the Manager. The new version of the Manager does not have a reset mechanism and therefore one must delete the manager and create a new one. I have a minimu