You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: