File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 11#ifndef AMMR_VERSION
2- #define AMMR_VERSION "3.1.0 "
2+ #define AMMR_VERSION "3.1.2 "
33#define AMMR_VERSION_MAJOR 3
44#define AMMR_VERSION_MINOR 1
5- #define AMMR_VERSION_PATCH 0
5+ #define AMMR_VERSION_PATCH 2
66#endif
77
88#if (ANYBODY_V1 < 8) | (ANYBODY_V1 == 8 & ANYBODY_V2 < 0) | (ANYBODY_V1 == 8 & ANYBODY_V2 == 0 & ANYBODY_V4 < 10984 )
99//
1010// This model repository needs at least AnyBody version 8.0 to load correctly.
1111// --> Download the new version from https://anybodytech.com
1212//
13- #NOT_SUPPORTED__++++++++++++++__AnyBody_v8.0_or_higher_is_required_for_AMMR_v3.0__ +++++++++++++++++++__
13+ #NOT_SUPPORTED__++++++++++++++__AnyBody_v8.0_or_higher_is_required_for_AMMR_v3.1.2__ +++++++++++++++++++__
1414#endif
Original file line number Diff line number Diff line change 44% https://anyscript.org/ammr/beta/changelog.html
55
66(ammr-3.1.2-changelog)=
7- ## AMMR 3.1.2 (2025-??-??)
7+ ## AMMR 3.1.2 (2025-06-02)
8+ [ ![ Zenodo link] ( https://zenodo.org/badge/DOI/10.5281/zenodo.15534589.svg )] ( https://doi.org/10.5281/zenodo.15534589 )
9+ [ ![ AnyBody link] ( https://img.shields.io/badge/Included_with_AnyBody-8.1.2-yellowgreen )] ( https://www.anybodytech.com/resources/customer-downloads/ )
10+
11+ This release of AMMR contains an important fix to the robustness of the MoCap models.
12+ If you experienced problems with kinematic errors when running inverse dynamics then
13+ please update to this version.
14+
15+ ### 🩹 Fixed:
816
917* Improved how kinematics calculated in marker tracking is applied
1018 to inverse dynamics MoCap models. The previous
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ def tagged_commit():
374374 "https://doi.org/10.1016/j.clinbiomech.2006.10.003" , # clinbiomech.com prevents the linkcheck
375375 "https://doi.org/10.1002/jor.25267" , # wiley.com prevents the linkcheck
376376 "https://web.archive.org*" , # web.archive.org is currently down due to hacking atacks
377- "https://doi.org/10.5281/zenodo.15094590 " , # version not released yet
377+ "https://doi.org/10.5281/zenodo.15534589 " , # version not released yet
378378]
379379
380380linkcheck_allowed_redirects = {
You can’t perform that action at this time.
0 commit comments