px4io/px4-sitl

Sponsored OSS

By Dronecode Foundation

Updated 8 days ago

PX4 autopilot lightweight SITL simulation (SIH). One command, no dependencies. Headless, multi-arch.

Image
Integration & delivery
1

7.6K

px4io/px4-sitl repository overview

PX4 SITL - SIH (Lightweight Simulation)

Run PX4 autopilot simulation with a single command. No build tools, no dependencies.

Quick Start

docker run --rm -it -p 14550:14550/udp px4io/px4-sitl:latest

Open QGroundControl and fly.

What's Inside

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.

  • Supported vehicles: quadcopter, hexcopter, airplane, tailsitter, standard VTOL, rover
  • Interfaces: MAVLink (UDP 14550), uXRCE-DDS (ROS 2), PX4 shell
  • Platforms: linux/amd64, linux/arm64

Configuration

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

Documentation

Tags

  • latest - latest build from main
  • v* - tagged releases (e.g. v1.17.0)

Tag summary

Content type

Image

Digest

sha256:bab4270c4

Size

42.9 MB

Last updated

8 days ago

docker pull px4io/px4-sitl

This week's pulls

Pulls:

516

Last week