Parrot Mambo hover drone SupportNonInlinedSFcns problem
3 ビュー (過去 30 日間)
古いコメントを表示
when using the simulink support for parrot mambo hover project, There is a discrepancy between the nonlinear airframe and parrot mini drone hover. I have tried to rectify as seen in the images below but error still occurs. I set both SupportNonInlinedSFcns to 'off' yet when i build and deploy it still says theres a mismatch?



0 件のコメント
回答 (1 件)
Sivsankar
2024 年 11 月 6 日
編集済み: Sivsankar
2024 年 11 月 6 日
I believe just setting both ‘SupportNonInlinedSFcns’ to 'off' would not rectify the problem. This problem occurs because of the difference in configuration parameters between top and referenced models.
This error occurs if there are differences in the ‘Standard math library’ parameter in ConfigurationParameters > Code Generation > Interface > Advanced parameters.
So, you will need to employ same configuration for multiple models to ensure consistency among all the models. You can leverage the following MATLAB documentation on how to share same configuration among models:
Also make sure that all the models are created with the same release and update of MATLAB.
You can leverage the following MATLAB answers that addresses your issue:
Hope this resolves your query.
Thanks!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Parrot Minidrones についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!