You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update AMS and AMMR versions, and bump Python and dependency versions in pixi.toml
* fix: handle rename of Seg to Segments in AMMR 4
* Update lock file
* Don't use python 13
AnySeg &EndNode = Main.Model.BodyModel.Left.ShoulderArm.Seg.Glove; //The terms push and pull are determined wrt. the coordinate system of the StartNode!
64
+
AnySeg &EndNode = Main.Model.BodyModel.Left.ShoulderArm.Segments.Glove; //The terms push and pull are determined wrt. the coordinate system of the StartNode!
65
65
66
66
AnyVector StrengthOfReactionsLin = {.FrictionStrength,.FrictionStrength,.Strength,.FrictionStrength,.FrictionStrength,.FrictionStrength}; //List of strengths for the linear muscles
AnySeg &EndNode = Main.Model.BodyModel.Right.ShoulderArm.Seg.Glove; //The terms push and pull are determined wrt. the coordinate system of the StartNode!
81
+
AnySeg &EndNode = Main.Model.BodyModel.Right.ShoulderArm.Segments.Glove; //The terms push and pull are determined wrt. the coordinate system of the StartNode!
82
82
83
83
AnyVector StrengthOfReactionsLin = {.FrictionStrength,.FrictionStrength,.Strength,.FrictionStrength,.FrictionStrength,.FrictionStrength}; //List of strengths for the linear muscles
0 commit comments