PX4 Development and Simulation Toolkit
The components needed to build a local PX4 development and software-in-the-loop verification loop.
最近审查于 8/7/2026. Data checked within the review cycle.
审查周期记录在方法论页面。 方法论
4 个已索引资源 · 审查于 8/7/2026
问题陈述
I want to develop against PX4 locally. Which firmware, protocol, ground control and simulator pieces form the standard open loop?
受众与前置条件
PX4 developers and robotics researchers
分层技术路径
Flight firmware
The PX4 autopilot stack and its build toolchain.
选择: Official PX4 repository
Telemetry protocol
The MAVLink protocol used between PX4 and ground tools.
选择: Protocol reference repository
Ground control
Ground station used to connect to a SITL instance and inspect telemetry.
选择: Reference ground station in the PX4 ecosystem
Simulator
Physics simulation target for software-in-the-loop tests.
选择: Official simulation documentation
验证序列
- Build the PX4 firmware with the official toolchain.
- Launch the simulator and connect the ground station.
- Verify MAVLink message flow and then proceed to hardware testing.
已知边界
- The official PX4 documentation is the source of truth for version-specific setup steps.
- This toolkit is a development loop, not a certification path.