ok I think I find :
const y = yaw - yawA;
const y = pitch- pitchA;
were not normalized betwen -pi and pi. Can you try this new one :
4 Likes
ok I think I find :
const y = yaw - yawA;
const y = pitch- pitchA;
were not normalized betwen -pi and pi. Can you try this new one :