PX4 autopilot lightweight SITL simulation (SIH). One command, no dependencies. Headless, multi-arch.
7.6K
Run PX4 autopilot simulation with a single command. No build tools, no dependencies.
docker run --rm -it -p 14550:14550/udp px4io/px4-sitl:latest
Open QGroundControl and fly.
A pre-built PX4 autopilot running the SIH (Simulation-In-Hardware) physics engine. SIH runs the flight dynamics directly inside PX4 as a C++ module with no external simulator needed. Headless by default.
Set the vehicle model with PX4_SIM_MODEL:
docker run --rm -it -p 14550:14550/udp -e PX4_SIM_MODEL=sihsim_airplane px4io/px4-sitl:latest
latest - latest build from mainv* - tagged releases (e.g. v1.17.0)Content type
Image
Digest
sha256:bab4270c4…
Size
42.9 MB
Last updated
8 days ago
docker pull px4io/px4-sitlPulls:
516
Last week