We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063958a commit f25e064Copy full SHA for f25e064
bionc/bionc_numpy/time_series_utils.py
@@ -62,7 +62,7 @@ def marker_constraints_xyz(model, Q: np.ndarray, markers: np.ndarray):
62
63
64
def total_euler_angles(model, Q: np.ndarray):
65
-
+ """Compute Euler angle for all joint"""
66
Qi_temp = NaturalCoordinates(Q[:, 0])
67
euler_temp = model.natural_coordinates_to_joint_angles(Qi_temp)
68
total_euler_angles = np.zeros((euler_temp.shape[0], euler_temp.shape[1], Q.shape[1]))
0 commit comments