-
Notifications
You must be signed in to change notification settings - Fork 16
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
Exact specifications of Flight Record Version 13? #3
Comments
following |
Would like to know this as well. Does it support new drones that are using SDK v5.x, such as Mavic 3 and M30? I'm running it on the logs from Mavic 3 and I'm getting the following exception:
|
@jeryini Out of curiosity, are both those drones fully updated with the latest firmware? |
@WBawa just updated the M3T with the latest firmware and did a test flight but I'm still getting the same error. |
I don't think the latest firmware should be an issue. If you have older logs like from last year, that was the latest firmware at that time. All those firmwares should also work today when using the library. |
@jeryini I'd appreciate it if you could send that to me too. I was talking to DJI Support, and they suggested it may be a firmware issue, but it looks like it isn't. |
@WBawa here is the flight record using the DJI Pilot 2 app using latest firmware: Loading the file must be correct, as if I provide an invalid file to the script it returns |
Sure, we can always have a look.
Met vriendelijke groet,
Sanne
webhoes.nl | 06-25210128
Op ma 20 mrt 2023 om 11:59 schreef Jernej Jerin ***@***.***>:
… Hello @webhoes <https://github.com/webhoes>
But see my error above
<#3 (comment)>.
Would you like me to share the Flightlog txt file with you so that you can
double check?
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGCYXXEHQPVGEBDZOAQ4MRLW5A2BFANCNFSM6AAAAAAVVMHPXQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
The file can be analyzed by our internal flight log tool, maybe there is a bug in this API. |
That is the general question. Does this parser work with android created files. We can process IOS created files, but android created files report back as 'unsupported app' and other errors that are not documented. Assuming you work for DJI, we would love to have more info about this or how to deal with these errors. Or have DJI fix them, that would be more awesome ofcourse. |
We will definately fix this issue. All app including offcial apps and MSDK apps/whatever iOS or Android should generate the same format FlightRecord.txt for all models. |
That is great to hear! Any updates on a timeline? I sent Michael some detailed error screenshots. I can sent these to you too if you like. |
@jeryini @DJI-William I will make a PR for this. |
@DJI-William just created the PR #4, if you could have your team have a look at that, that'd be great. |
Much appreciated to @WBawa. PR has been merged, you can close this ticket now. |
Good spot @WBawa ! Many thanks for the fix, I can confirm it now works. Though there is something else now. This is the output that I got for our app using MSDK:
Compared to log parsed from official DJI Pilot 2 app, it's missing the following data:
Noticed even though log files are similar size, the parser output produces considerable less data for our app as witnessed above. |
Hello @DJI-William . Any new information on the above ^^ issue? |
Weird, is this always happened when MSDK generated the flight records file? |
Hey @DJI-William, would you also be able to take a look at these problem logs for us, they're both from the M300? DJIFlightRecord_2022-11-14_[15-10-29].txt We see a decode failure when trying to decrypt these as seen below: |
We have no time to look at the bugs in Flight Record API currently, we are still working on MSDK now. We will come back later. |
Yes, that is correct. Just tried a couple of flight and for all of them it's the same. Here are two additional flight logs for you two to check: |
How much you guys would charge to create a simple flight data parser to run in ubuntu ou win64? because i fail to even download the docker image for the Flt Rec. I am a researcher and it would reduce my current workload if i simply get a working parser. cheers |
Hello @DJI-William . Is there any updates on this issue? Also the following:
So if I take the .txt flight logs from our app and put it into DJI Pilot 2 folder where it stores own .txt flight logs, they should appear in the DJI Pilot 2 Settings -> Flight record tool? The last time we tried this our logs were not shown in the DJI Pilot 2 flight record section. But we did see the compact logs under UAV Health management system -> Manage logs without having to copy them to the Pilot 2 app folder. |
Hi, we were wondering what the exact specifications/limitations were of Flight Record 13.
What apps does it accept logs from? What drones are supported? Is there a plan to eventually have 100% coverage for all log and drone types?
Thanks.
The text was updated successfully, but these errors were encountered: