-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DJIAttitude yaw #3
Comments
Actually, the yaw is 0 while the heading of the aircraft is pointing to north. If the yaw is 180, it means south. |
and is it right that if the yaw is a number greater than 360 like 1500 , does that mean (1500 mod 360) ? because the yaw some times give numbers larger than 360 , and even negative. |
But the range of the yaw is from -180 to 180.. It might not be 1500. |
okay , may its because i am using an older version of the SDK , i am not using the current version . |
but thanks any way , may be i got it wrong . |
currently i am creating an app for DJI phantom 2 , and i am creating a Yaw orientation compass (S---W---N---E---S) , but i am not sure whether the DJIAttitude.yaw is measured from the north or from the south , for example if the yaw is -180 or 180 , does that mean South or North .
and also if its measured from south , is negative values toward the West of towards the East , and likewise if its measured from North.
i am assuming that if DJIAttitude.yaw is a number greater than 360 like 1000 , this means that the yaw is (1000 mod 360).
Please help me .
The text was updated successfully, but these errors were encountered: