Skip to content
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

How to interpret RTKData structure #124

Closed
alexandrubichis opened this issue May 10, 2017 · 1 comment
Closed

How to interpret RTKData structure #124

alexandrubichis opened this issue May 10, 2017 · 1 comment

Comments

@alexandrubichis
Copy link

Please tell us how to use the yaw, posFlag, yawFlag from RTKData structure. Specifically what measure unit does yaw have and what resolution (degrees, tenth or hundredth).

typedef struct RTKData
{
uint32_t date;
uint32_t time;
float64_t longitude;
float64_t latitude;
//! @warning the 'Hmsl' field will be renamed in a future release.
float32_t Hmsl;

float32_t velocityNorth;
float32_t velocityEast;
//! @warning the 'velocityGround' field will be renamed to velocityDown in the next release.
float32_t velocityGround;

int16_t yaw;
uint8_t posFlag;
uint8_t yawFlag;

} RTKData;

@alexandrubichis alexandrubichis changed the title Interpret RTKData How to interpret RTKData May 10, 2017
@alexandrubichis alexandrubichis changed the title How to interpret RTKData How to interpret RTKData structure May 10, 2017
@hummelslei
Copy link

Close this issue now. If you still have more issues related to DJI SDK, please help to fill in this form:
https://formcrafts.com/a/dji-developer-feedback-en to report them to DJI Developer Support. Thanks for your understanding and cooperation.

pcler pushed a commit that referenced this issue May 7, 2020
…o develop

* commit 'b49fd8cc377a97fb66f5394adfc2f96909c7741b':
  fix : fix download file sample
  feat: add mo test in MOP QA sample
  fix:impling file data download
  fix:fix sample for downloading filelist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants