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

RTK Fix status not available in 3.2 #138

Closed
mattogodoy opened this issue Jun 29, 2017 · 2 comments
Closed

RTK Fix status not available in 3.2 #138

mattogodoy opened this issue Jun 29, 2017 · 2 comments

Comments

@mattogodoy
Copy link

Hello!

I'm working on an app based on OSDK 3.2 with a Matrice 600 Pro with a D-RTK module, and I'd like to get all of the RTK information, specially the Fix status. But as I can see in DJI_Type.h, the RTK data struct does not contain any status attribute:

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;

Is there a way of getting the fix status on the 3.2 version of the OSDK?
I can see that it is possible using version 3.3, but it's still not available for the 600 Pro. I know that it will be released soon, but I'd love to have more information about this. Soon could mean one week or two months. Can we get a time estimate?

Thanks!

@rohitsantdji
Copy link

rohitsantdji commented Jun 29, 2017

In OSDK 3.2, the posFlag and the yawFlag map to the posHealthFlag and yawHealthFlag structs in the 3.3 doc - so the fix status should be the same as the doc mentioned here.

---Original (incorrect) Answer--
The RTK fix was introduced in the new firmware, so it is not possible to get that data with OSDK 3.2.

@mattogodoy
Copy link
Author

Good to know.
Thanks!

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

* commit '0c479851851ccdcc8b4dcde8eb8ddf5351183b8e':
  fix:add document link in readme.md
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