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

조회 수: 2 (최근 30일)
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?

채택된 답변

Arun Mathamkode
Arun Mathamkode 2022년 9월 6일
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).

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 UAV에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by