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

M3E : DjiWaypointV3_Init() returns error code 227 #27

Open
xenogit opened this issue Oct 30, 2024 · 0 comments
Open

M3E : DjiWaypointV3_Init() returns error code 227 #27

xenogit opened this issue Oct 30, 2024 · 0 comments

Comments

@xenogit
Copy link

xenogit commented Oct 30, 2024

To anyone who can help!

I have created a route in the DJI app on my DJI controller and exported the route KMZ file into my Ubuntu system.
I intend to upload this route KMZ file using waypoint v3 on my DJI M3 Enterprise using DjiWaypointV3_UploadKmzFile.

However, I am getting a non-success error code while initializing waypoint v3 using the below code.

T_DjiReturnCode returnCode = DjiWaypointV3_Init();

return code is 227.
In the DJI error codes, this value corresponds to DJI_ERROR_SYSTEM_MODULE_RAW_CODE_INVALID_PARAMETER.

I have restarted my drone many times, but still encounter the same error.

Proceeding with calling DjiWaypointV3_UploadKmzFile() will just cause visual studio code to return an exception "segmentation error"

Please help.

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

1 participant