Skip to content

Commit 953a325

Browse files
committed
Fixed target orientation of axis in SARA
1 parent dd4647a commit 953a325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

biobuddy/components/generic/rigidbody/segment_coordinate_system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def collapse(
415415
# Compute the SARA axis
416416
if expected_rotation_axis_orientation is not None:
417417
original_axis_global = SegmentCoordinateSystemUtils._original_rotation_axis(
418-
expected_rotation_axis_orientation, static_markers
418+
expected_rotation_axis_orientation, functional_data
419419
)
420420
else:
421421
original_axis_global = None

0 commit comments

Comments
 (0)