Does MathWorks provide any tools for automatically generating flight code for the Pixhawk platform?
古いコメントを表示
I am using the Pixhawk autopilot system designed by the PX4 open-hardware project by 3D Robotics. Is there an existing Simulink library block-set for generating embedded C-code from Simulink for this platform?
1 件のコメント
MathWorks Aerospace Products Team
2016 年 2 月 26 日
編集済み: MathWorks Aerospace Products Team
2016 年 3 月 1 日
採用された回答
その他の回答 (6 件)
Abhishek GS
2019 年 3 月 29 日
2 投票
Hi All,
The official support package - 'Embedded Coder support Package for PX4 Autopilots' is now live from R2018b onwards.
Ahmad Drak
2016 年 7 月 14 日
0 投票
is there a release for ubuntu? running matlab 2016a?
2 件のコメント
Walter Roberson
2016 年 7 月 14 日
Sorry, at present (early July 2016) it is only MS Windows.
I think R2016a is supported, but I am not positive.
Ahmad Drak
2016 年 7 月 17 日
2016a is not supported. Only 2015b
Balaji Balasubramaniam
2017 年 6 月 14 日
0 投票
I am getting the following error: "Failed to load library 'AR_Drone_Positioning' referenced by 'Green_Ball_Tracking_Mounted/Flight Controller'". Can you please help?
Stephen Warwick
2018 年 3 月 26 日
0 投票
Are there plans to upgrade PSP support for MATLAB 2017b?
4 件のコメント
Ningjun Liu
2018 年 4 月 28 日
Or probably support for Pixhawk2? That controller has more redundancy and better connectors.
Mahmud Khan
2018 年 8 月 24 日
The update you asked for has been released.
https://uk.mathworks.com/hardware-support/pixhawk.html
Daniel
2018 年 8 月 27 日
hi Mahmud, thanks for that answer. Yes the PSP has been updated to support R2017a/b. My own question is, where can I find an updated userguide to enable me setup the pixhawk psp on R2017a. The only one availabe/or which i've seen onliine is the one released in February 2017 appicable to matlab R2016. Thanks.
Walter Roberson
2018 年 8 月 27 日
"This support package is available for 64-bit Microsoft® Windows® and Linux. This version of the support package is compatible with MATLAB R2017a and R2017b. It also works in MATLAB R2018a with limitations to External Mode functionality."
jone1984
2018 年 10 月 5 日
0 投票
My OS is win10, Matlab is 2017b
these were what i have done and met:
download bash,install it.
download PSP, install it in matlab,
download Python, install it.
In the PSP UI, validate path, no problem. push download firmware button, after a whole night ,finished, on problem.
If i push the 'save setting and exit' button first ,error will tell no firmware, so I download firmware first.
install other tools by running 'windows_bash_nuttx.sh', error met as below:

do not know how to fix it.
then push build button ,met these message:

can not go on, how can i fix these?
1 件のコメント
Matija Krznar
2019 年 2 月 3 日
They have created this script with windows editor and because of that linux have problems with space and newline.
Install a tool dos2unix and run it on script.
install:
sudo apt-get update
sudo apt-get install dos2unix
then use it on script:
dos2unix windows_bash_nuttx.sh
it worked for me.
Stephen Warwick
2018 年 11 月 29 日
0 投票
Is support for R2018b planned in the near future? Will this block set be regularly updated for new versions. Just curious whether I should migrate or not to the newer version of Matlab/Simulink. Thank you
1 件のコメント
Mahmud Khan
2019 年 2 月 7 日
I can't even make it work with R2017a (yet).
I followed the instructions provided in the download page. It results in this error during the installation and its not like there's any support material/group to help anyone through all that.
Did you get to try it out?
カテゴリ
ヘルプ センター および File Exchange で PX4 Autopilots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!