Can the UAV Toolbox Support Package for PX4 Autopilots be used with px4 SITL?

17 views (last 30 days)
I wanted to modify the code for PX4 controller and then use the build firmware with gazebo. Is it possible to do? So, can the UAV Toolbox Support Package for PX4 Autopilots be used with px4 SITL? Also, if yes, are there any tutorials for the same?

Answers (2)

Ankur Bose
Ankur Bose on 19 Oct 2021
The UAV Toolbox Support Package for PX4 Autopilots supports PX4 SITL. See below MATLAB documentations and examples
We support the low fidelity jMAVSim Simulator or you can use the plant designed in Simulink. If you need Gazebo,
  • Build the Simulink model as documented above.
  • Close jMAVSim
  • Build the firmware with gazebo as input (make px4_sitl gazebo)
  5 Comments
Sebast
Sebast on 31 Oct 2025 at 8:21
@Ankur Bose do I build the gazebo build 'make px4_sitl gazebo' seperate? So I run the simulation with 'Run with IO' and then I open a terminal in enter there 'make px4_sitl gazebo'' or kann I manipualte the 'make' command in Matlab/Simulink so the Simulation will open at the start up?
Ankur Bose
Ankur Bose on 5 Nov 2025 at 9:53
@Sebast, Since R2024b, the SITL build from PX4 hardware support package by default uses SIH, which means that the physics is already contained inside the PX4 executable. If you want Gazebo, you need to run ''make px4_sitl gazebo' again in WSL after code-generation from Simulink is completed

Sign in to comment.


John conner
John conner on 28 Feb 2024
yes it is possible.

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!