Closed HEEJUN-SHIN closed 1 month ago
Agent comment from SHENRONG.LE in Zendesk ticket #118677:
Dear Client
Thank you for contacting DJI.
The local location of the drone can be obtained in several ways:
Thank you.
Kindly Regards,
DJI Developer Support
°°°
Is the "KeyAircraftLocation3D" also the MSDK v4 API's class?
DO you mean "LocationCoordinate3D getAircraftLocation()" ??
If so, does this method returns the raw GPS value or computed location of drone (maybe fused with vision system)?
Agent comment from SHENRONG.LE in Zendesk ticket #118677:
Dear Client
Thank you for contacting DJI.
KeyAircraftLocation3D returns the original GPS value, not the calculated position after merging with the vision system. If you need to get after fusion calculation of position, can use RTKLocationInfo. GetReal3DLocation interface.
Thank you.
Kindly Regards,
DJI Developer Support
°°°
okay thank you!!
Hello, Is there any way to get local position of the drone from the reference (from home position) ?
As I look through the API document, I only see
Thanks