A HITL example of UAVtoolbox support package for PX4 autopilots has problem

2 visualizaciones (últimos 30 días)
Hello everyone!
I'm studying UAVtoolbox supported Package for PX4 Autopilots.
This toolbox have many examples, and I tried this example :
I did all steps and successed to fly drone from QGC.
I planed flight mission on QGC, and I faced a problem.
I just followed step by step, so I expected successful flight.
But drone can't fly through mission trajectory
what's the problem?
I wonder if GPU performance affects the results or if there is anything else to be done.
And Is calibration required?

Respuesta aceptada

Arun Mathamkode
Arun Mathamkode el 6 de Sept. de 2022
Ensure that you are running the Simulink plant and visualization model on separate MATLAB instances. Simulink plant running close to real-time is key in the success of this example. Observe the Simulink simulation time on the bottom right side and see if the time taken for completing 1s of simulation is close to the 1s on your machine. If the Simulink plant is running slow, the controller gets a delayed uav state update from the plant and that can cause issues with estimator and controller as you are seeing now. I would recommend first run the exampel without the vizualization ( just deploy controller and run Simulink plant model) and see if you can complete a mission successfully.
Since you are in HITL mode, sensors are simulated and hence no sensor calibration required.
GPU performance impacts the Unreal simulation. If the Unreal environment simulation is very slow, ensure that your Host PC is Configured with MATLAB supported GPU (GPU with compute capability of more than 5).

Más respuestas (0)

Categorías

Más información sobre UAV en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by