PX4 HITL simulation timing synch (lockstep) issue
17 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Syed Waqar
am 9 Mai 2024
Beantwortet: Ankur Bose
am 10 Mai 2024
I am trying to run PX4 HITL simulation with my custom drone dynamics using simscape multi body simulation. The issue is that the simscape simulation is quite slow and the controller I deployed on Pixhawk 6x is running on a normal speed (in HITL mode). Although it should run in hand shaking mode with the simulation. Meaning it should not run the controller loop unless it has received new data from the simscape simulation (lockstep). This is causing a lot of trouble particularly when I try to read sensors data in the px4 controller, because it is noisy and very rough estimation. Can you please help me synch both simulations.
I am following this example: PX4 Stock Autopilot in HITL Simulation with UAV Dynamics modeled in Simulink - MATLAB & Simulink (mathworks.com)
The only difference is that instead of using the provided UAV dynamics simualtion I am running my own simulation using multbody simscape simuation for my done. The deployed controller is same as provided.
0 Kommentare
Akzeptierte Antwort
Ankur Bose
am 10 Mai 2024
PX4 HITL simulations are not lockstep. Since lockstep simulations are not real time, making HITL simulations lockstep would defeat the purpose of HITL. Hence PX4 HITL simulations are not designed to be lockstep. Only PX4 SITL simulations run in lockstep mode
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!