FlightRecordParsingLib
FlightRecordParsingLib copied to clipboard
DJI Flight Record Parsing Lib
Addresses https://github.com/dji-sdk/FlightRecordParsingLib/issues/13
Guess someone left out some stuff in the docker file! 11 1.197 CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message): 11 1.197 Could NOT find CURL (missing: CURL_INCLUDE_DIR) 11 1.197 Call Stack (most...
Following the instructions for building/running the FRSample application on Ubuntu and then running the following command: ./FRSample DJIFlightRecord.txt Gives me the following error: matthew@Ubuntu-VM:~/Desktop/FlightRecordParsingLib-master/dji-flightrecord-kit/build/Ubuntu/FRSample$ ./FRSample DJIFlightRecord.txt terminate called after throwing...
Thanks for this great repo! I'm trying to parse DJI Avata's FR. I can parse the majority of the record. "camerasState" stays the same throughout the record. Is there a...
在Mac环境下使用sh generate.sh 输入0 编译执行文件出错  
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...
经过测试发现,m300机型的飞行记录文件大小在100k左右以内可以解析,但是超过大小,比如130k或者超过130k的情况都解析失败,错误内容:load file failed 请问是否能帮助分析下原因。
OS ubuntu 22.04 kernel version : 5.19.0-32-generic #33~22.04.1-Ubuntu docker version: 23.0.2 docker run log: terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_M_construct null not valid
Hello! I plan to use FlightRecordLib in the field. So I wonder if there is a way to use this library without an internet connection? Or maybe there is some...
 The `lifetimeRemaining` and `numberOfDischarges` values seems incorrect (see screenshot). Is this a bug in the parser library or probably an issue with the logs? You can see the drone...