mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-11 07:18:45 +08:00
87559f717b
Container build / Set Tags and Variables (push) Has been cancelled
Container build / Build Container (amd64) (push) Has been cancelled
Container build / Build Container (arm64) (push) Has been cancelled
Container build / Deploy To Registry (push) Has been cancelled
Docs - Deploy PX4 User Guide to AWS / build (push) Has been cancelled
Docs - Deploy PX4 User Guide to AWS / deploy (push) Has been cancelled
Handle stale issues and PRs / stale (push) Has been cancelled
Fuzzing / Fuzzing (push) Has been cancelled
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2.5 KiB
2.5 KiB
安装文件和代码
The supported platforms for PX4 development are:
- Ubuntu Linux (24.04/22.04) — Recommended
- Windows (10/11) — via WSL2
- macOS
支持的编译目标
下表显示了您可以在每个操作系统上构建何种 PX平台的固件编译。
| 平台 | Linux (Ubuntu) | macOS | Windows |
|---|---|---|---|
| NuttX based hardware: Pixhawk Series, Crazyflie | ✓ | ✓ | ✓ |
| Linux-based hardware: Raspberry Pi 2/3 | ✓ | ||
| Simulation: Gazebo SITL | ✓ | ✓ | ✓ |
| Simulation: Gazebo Classic SITL | ✓ | ✓ | ✓ |
| Simulation: ROS with Gazebo Classic | ✓ | ✓ | |
| Simulation: ROS 2 with Gazebo | ✓ | ✓ |
Experienced Docker users can also build with the containers used by our continuous integration system: Docker Containers
Gazebo dependencies
如果你对 Docker 比较熟悉的话你也可以使用预先构建好的容器作为开发环境:Docker 容器。
- Install VSCode (if you prefer using an IDE to the command line).
- Install the QGroundControl Daily Build
- Continue to Building PX4 Software.