MATLAB: PixhawkPSP used in matlab R2017b in linux

gitlinuxMATLABpixhawkpixhawkpsppx4

Hi,everyone,I have installed Pixhawk Support in matlab20217b in linux, when I click the Dowloand Firmware,it begin git clone Px4Firmware from github, but some modules couldn't not found, the modules include "NxWidgets", "misc/tools", and "nuttx".
the question as follows:
…. Username for 'https://github.com': xiongmaoshisb
Password for 'https://xiongmaoshisb@github.com':
remote: Repository not found.
fatal: repository 'https://github.com/PX4-NuttX/NxWidgets.git/' not found ..
when I download Firmware in bash on windows in windows10,it also has this problem,can sommeone help me? Thank you very much!

Best Answer

Hi Panda,
My installation also resulted in an error in Matlab R2017b. The clone in the GUI resulted in the same error as yours. However, I tried manually cloning the repository as is discussed in the manual:
https://nl.mathworks.com/hardware-support/forms/pixhawk-downloads-conf.html?elqsid=1540927154536&potential_use=Education
Afterwards, you need to make sure the Simulink module is present in the Firmware folder and is included in the make file. That should solve your problem.
Related Question