swook/faze_preprocess

Direction vector to Euler angles

Closed this issue · 1 comments

out[:, 0] = np.arcsin(vectors[:, 1]) # theta

Line 97 here, the vecor[:,1] is the normalized y coordinate. Actually it is a pictch angle? You write a yaw angle in the comment

swook commented

Thanks for catching this out. I've fixed the comment in 16d1997