Skip to content

Commit

Permalink
Fixed one more matrix multiplication.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Jun 6, 2024
1 parent a243f2f commit c80ab5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yeadon/human.py
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ def _define_segments(self):
inertia.euler_123([self.CFG['CB1extension'],
self.CFG['CB1abduction'],
self.CFG['CB1rotation']]))
B1pos = Ls3_Ls4_solid.pos + self.C.rot_mat * \
B1pos = Ls3_Ls4_solid.pos + self.C.rot_mat @ \
local_right_shoulder_point
self.B1 = seg.Segment('B1: Right upper arm',
B1pos,
Expand Down

0 comments on commit c80ab5e

Please sign in to comment.