Something wrong when I run the project in PX4 Autopilot in Hardware-in-the-Loop (HITL) Simulation with UAV Dynamics in Simulink
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (1)
Arun Mathamkode
am 26 Jun. 2024
Bearbeitet: Arun Mathamkode
am 26 Jun. 2024
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
2 Kommentare
龙
am 27 Jun. 2024
Arun Mathamkode
am 27 Jun. 2024
Reach out to MathWorks Technical support
Kategorien
Mehr zu Simulink 3D Animation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!