filterpy
filterpy copied to clipboard
Why automatically convert to radians ?
Hi There,
Working on head pose estimation through UKF using filterpy package, noticed a strange thing. I have 3D orientation of local coordinate system represented in Euler angles (degrees=True). After providing specific residual and mean functions, I am wondering why I get equivalent radians instead of degrees. Do you have any guess ?
Appreciated so much !!