-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RUHM update ammr1.4.1 #681
Open
melund
wants to merge
114
commits into
RUHM
Choose a base branch
from
RUHM_update_ammr1.4.1
base: RUHM
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The sternum is split into two segments in the upcomming thoracic model. This backports that structure for the rigid thorax.
Move trunk model parameters to individual folders
[Skip ci]
Deprecated the BM_MANNEQUIN_DRIVER_EVERSION_* switch
More flexible mannequin driver template
Arm joint moment measures
No variables named `r` + changelog formatting
add OpenGraph html tags for link previews
When disabling the shoulder rhythm there where a comma to much.
fix squat model loading error
* Explicitly include muscles to prevent picking up muscle which can't be calibrated. * Exclude Sternocleidomastoid from calibration It is not a 3 element muscle because it was moved from the neck-spine model. * Ignore 7.5 beta warnings about calibration issues
A lower force in evaluate joint strength study may help.
* Remove unnecessary define * Redefine ROOT_TOKEN component config * Change UnallowCombination error implementation error define * Add helper class templates for common class operations This adds helper class templates for the "Update Values", "Load Values", and "Save Values" class operations * Add _BM_PELVIS_DISPLAY_ internal define to undef file * Add guards for define statements * Improves JointAngleOptimize file for easier reuse * Don't use class templates for TrialSpecificData folders * Remove the use of MarkerName argument in Marker class * Add changelog entry * Update test specification
The CreateVideo operation was not visible in some the MoCap examples. This i has been fixed, but it requires that users update their applications with the new `CreateVideo.any` file from the examples.
The marker driver name is now used to lookup the marker. So the name must be correct. This fixes a test regression. No changelog entry is needed for this fix.
…toid muscle (#703) * Use finer time descritization in 2 param calibration, This will solve a problem with muscle wrapping of the deltoid muscle. * Add changelog entry
…c calculation of gravity direction. Add changelog entry (#701)
* Move slowest test first in the test order * Update micromamba install scripts * add duration output from normal ci tests
* Build on linux with container directly * Add strategy for linux build
No changelog needed for this
This should make the code robust against changing the UP_DIRECTION of the camera class template
This will prevent conflict with future member of the muscle class
…a distance to 6. (#725) Looks good
* Fix deprecation warning * Backport xref fix from ammr 2.5 branch * Remvoe unused github actions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This updates the Regensburg-Ulm hand model to the newest release of AMMR.
Still needs test to ensure everything works as expected.