My drone's camera rotation is calculated using NED Right handed quaternion and I want to convert it to ENU left-handed.
Asked
Active
Viewed 263 times
0
-
X: East, Y: North, Z: Up is a right-handed coordinate system. You can't do that with your left hand with your thumb as X, index finger as Y, and middle finger as Z. – DMGregory May 22 '23 at 01:50
-
Have you reviewed previous Q&A about how to convert a quaternion between coordinate systems? (more here and here) Show us what you've tried based on your research thus far, and how the output differs from what you expect. – DMGregory May 22 '23 at 01:52