mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
* docs: update integration tests Updates for https://github.com/PX4/PX4-Autopilot/pull/22494. Transferred from https://github.com/PX4/PX4-user_guide/pull/2970. * Apply suggestions from code review * Update docs/en/test_and_ci/integration_testing_ros1_mavros.md --------- Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
882 B
882 B
Integration Testing
Integration tests are used to verify how well larger parts of a system work together. In PX4 this generally means testing whole features of a vehicle, usually running in simulation. The tests are run in Continuous Integration (CI) on every pull request.
- MAVSDK Integration Testing - MAVSDK-based test framework for PX4. This is the recommended framework for writing new Integration tests
- PX4 ROS2 Interface Library Integration Testing - Integration Tests for the PX4 ROS 2 Interface Library.
The following framework should only be used for tests that require ROS 1:
- ROS 1 Integration Testing (Deprecated)