Skip to content

Commit

Permalink
ZXY to fit biomech standards
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipuch committed Aug 16, 2023
1 parent 33aeb9c commit c246b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bionc/protocols/joint.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(
parent: AbstractNaturalSegment,
child: AbstractNaturalSegment,
index: int,
projection_basis: EulerSequence = EulerSequence.XYZ,
projection_basis: EulerSequence = EulerSequence.ZXY, # biomechanics default isb
parent_basis: TransformationMatrixType = TransformationMatrixType.Bwu, # by default as eulersequence starts with Z (~W)
child_basis: TransformationMatrixType = TransformationMatrixType.Bvu, # by default as eulersequence ends with Y (~V)
):
Expand Down

0 comments on commit c246b91

Please sign in to comment.