mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-26 16:28:06 +08:00
1.4 KiB
1.4 KiB
Тестування платформи та безперервна інтеграція
PX4 широко протестовано за допомогою модульних та інтеграційних тестів шляхом безперервної інтеграції. Тестування польоту також відбувається командою розробників та широкою спільнотою.
Розділи тестування:
- Test Flights - How to make test flights (e.g. to test PRs)
- Hardware Bench Testing (px4bench) - Automated verification on real flight-controller hardware: release qualification, hardware-in-the-loop flight testing, and production end-of-line checks
- Unit Tests
- Sanitizers - Build SITL with ASan/TSan to catch memory errors and data races
- Continuous Integration (CI)
- Integration Testing
- Docker
- Maintenance