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 an instance of 'std::logic_error'
what(): basic_string: construction from null is not valid
Aborted (core dumped)
I've replaced the SDK_KEY with my app key in main.cc as well.
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 an instance of 'std::logic_error' what(): basic_string: construction from null is not valid Aborted (core dumped)
I've replaced the SDK_KEY with my app key in main.cc as well.