Something wrong when I run the project in PX4 Autopilot in Hardware-in-the-Loop (HITL) Simulation with UAV Dynamics in Simulink
古いコメントを表示
I run the project from PX4 Autopilot in Hardware-in-the-Loop (HITL) Simulation with UAV Dynamics in Simulink, it is a example that build flight control algorithem and deploy it into the flight controller, i have set up the Hardware Board to PX4 Pixhawk 4 and click build, deploy and run, and then something wrong came up:
The module 'Quadcopter_ControllerWithNavigation/Position & Rate Controller/Controller/Quaternion Validity Check/Quaternion Norm' cannot check out a license. This module requires one of the following licenses: 'Aerospace Blockset'.
(sorry, i can't find red text button)
this information came in twice.
I run
license('test', 'Aerospace_Blockset')
and the answer is 1,which means it is working(i guess). The reason why the answer is 1, is because i follow the gpt's instruction, change the path.
How can I fix this problem?
Thank you for your answers.
採用された回答
その他の回答 (1 件)
Arun Mathamkode
2024 年 6 月 26 日
編集済み: Arun Mathamkode
2024 年 6 月 26 日
Can you try the following command ?
[status,errmsg] = license('checkout','Aerospace_Blockset')
I guess you have the license but license checkout is failing. Please see what errmsg you are getting.
You can also consider reaching out to MathWorks Technical support
カテゴリ
ヘルプ センター および File Exchange で Simulink 3D Animation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!