hokiespurs / SimUAS

0 stars 0 forks source link

document order of euler rotation angles #17

Open hokiespurs opened 8 years ago

hokiespurs commented 8 years ago

Cameras are XYZ (ZYX is funky)

Objects are ZYX (XYZ is funky)

funky means it rotates around global axis for each rotation. Which isn't really a Euler rotation

hokiespurs commented 7 years ago

The demoBeaver experiment is an example showing that the output rotation does not match what photoscan calculates... need to fix this.

hokiespurs commented 7 years ago

Euler-XYZ is: z-y’-x″: yaw, pitch and roll

Currently the output is: Rx = Pitch Ry = Roll Rz = - Yaw