Understand EKF with SITL/HITL simulation with PX4
21 views (last 30 days)
Show older comments
Hi at all, I have a question about SITL/HITL simulation and EKF estimation algorithm. I understand how PX4 flight stack works but I didn't understand if EKF is used by the PX4 host target in the example SITL with Simulink plant or in my real hw in the example HITL with Simulink plant. The plant send messages about the position and other information via MAVLink messages and the controller uses the uORB read block to get this data, but I didn't understand if EKF is working by default and get this data, compute an estimation and passes it to the controller.
Thanks in advice.
0 Comments
Accepted Answer
Arun Mathamkode
on 9 Jan 2023
The SITL and HITL example you have mentioned is based on replacing the PX4 controller with the controller designed in Simulink. Other PX4 modules including Estimator are enabled and used for these examples. The sensor data sent from the Simulink plant through MAVLink will be read by the estimator module through uORB messages. The estimator module estimates the position and attitude etc through these sensor data. The local position and attitude uORB messages which are read in the controller are published by the estimator module. You can refer to the uORB graph to get more ideas.
More Answers (1)
Mary
on 9 Jan 2023
Without a doubt, you are a fantastic storyteller we become what we behold. We appreciate you informing us about your blog.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!