Something wrong when I run the project in PX4 Autopilot in Hardware-in-the-Loop (HITL) Simulation with UAV Dynamics in Simulink
Show older comments
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.
Accepted Answer
More Answers (1)
Arun Mathamkode
on 26 Jun 2024
Edited: Arun Mathamkode
on 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
Categories
Find more on Simulink 3D Animation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!