The Hardware Support Package for Parrot Minidrones is not Logging Data.

1 view (last 30 days)
Whenever I run one of the parrot examples, the code will compile and run successfully, but droneFlight.txt (the flight log) will not download. Instead the app will read “FTP error 257.” The code “257” does not map to an error code but instead a response for a properly created directory. After manually checking with FTP in command prompt, I confirmed that droneFlight.txt does exist.
FTPManualQuery.JPG
Additionally, the MAT file does not always generate despite datalogging being enabled. Nor does the file download when it does generate, also confirmed through querying the drone manually.
Through manual queries, it was demonstrated to be possible to download files from the drone, but only at file sizes far smaller than the MAT file of droneFlight.txt.
  2 Comments
Maitreyee Mordekar
Maitreyee Mordekar on 9 Apr 2019
Hello Terence,
Can you tell me the output of the following commands on your MATLAB Command Window? I just need to check what version of MATLAB (along with the MATLAB update) and the support package that you are using:
>> ver
>> matlabshared.supportpkg.getInstalled
Terrance Life
Terrance Life on 9 Apr 2019
Thank you for responding, the response I recieved was:
>> ver
-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.5.0.1033004 (R2018b) Update 2
MATLAB License Number: STUDENT
Operating System: Microsoft Windows 10 Home Version 10.0 (Build 17134)
Java Version: Java 1.8.0_152-b16 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------------------
MATLAB Version 9.5 (R2018b)
Simulink Version 9.2 (R2018b)
Aerospace Blockset Version 4.0 (R2018b)
Aerospace Toolbox Version 3.0 (R2018b)
Computer Vision System Toolbox Version 8.2 (R2018b)
Control System Toolbox Version 10.5 (R2018b)
Curve Fitting Toolbox Version 3.5.8 (R2018b)
DSP System Toolbox Version 9.7 (R2018b)
Data Acquisition Toolbox Version 3.14 (R2018b)
Image Processing Toolbox Version 10.3 (R2018b)
Instrument Control Toolbox Version 3.14 (R2018b)
MATLAB Coder Version 4.1 (R2018b)
Optimization Toolbox Version 8.2 (R2018b)
Parallel Computing Toolbox Version 6.13 (R2018b)
Signal Processing Toolbox Version 8.1 (R2018b)
Simulink 3D Animation Version 8.1 (R2018b)
Simulink Coder Version 9.0 (R2018b)
Simulink Control Design Version 5.2 (R2018b)
Statistics and Machine Learning Toolbox Version 11.4 (R2018b)
Symbolic Math Toolbox Version 8.2 (R2018b)
>> matlabshared.supportpkg.getInstalled
Name Version Base Product
---------------------------------------------- ------- ------------
MATLAB Support Package for Arduino Hardware 18.2.0 MATLAB
Simulink Support Package for PARROT Minidrones 18.2.1 Simulink
MATLAB Support for MinGW-w64 C/C++ Compiler 18.2.0 MATLAB

Sign in to comment.

Answers (0)

Categories

Find more on Aerospace Applications in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!