mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-14 05:57:38 +08:00
docs: document px4-dev as the recommended container
The new px4-dev container replaces the old per-distro container hierarchy from PX4/PX4-containers. It is: - Multi-architecture (linux/amd64 + linux/arm64) - Based on Ubuntu 24.04 - Built from the in-tree Dockerfile via GitHub Actions - Published to both ghcr.io and Docker Hub - Tagged with PX4 versions (e.g. px4-dev:v1.16.0) Mark the legacy per-distro containers (px4-dev-nuttx-jammy, px4-dev-ros2-humble, etc.) as deprecated, note that px4-sim is planned for simulation workflows. Update all examples to use px4-dev instead of legacy containers. Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
@@ -79,6 +79,16 @@ cd PX4-Autopilot
|
||||
make px4_fmu-v5_default
|
||||
```
|
||||
|
||||
:::tip
|
||||
You can also build using the [px4-dev Docker container](../test_and_ci/docker.md) without installing the toolchain locally.
|
||||
From the PX4-Autopilot directory:
|
||||
|
||||
```sh
|
||||
./Tools/docker_run.sh 'make px4_fmu-v5_default'
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
A successful run will end with similar output to:
|
||||
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user