MixMoz
Results
1
comments of
MixMoz
I implemented this a while ago, so please test if it works. def xyz2expmap(J0, J1, J2): return rotmat2expmap(xzy2rotmat(J0, J1, J2)) def skew(x): return np.array([[0, -x[2], x[1]], [x[2], 0, -x[0]], [-x[1],...