mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 12:47:35 +08:00
Apply suggestion from @hamishwillee
This commit is contained in:
committed by
Ramon Roche
parent
9b552800ad
commit
df8c765c4d
@@ -26,8 +26,10 @@ There are also a number of [Community Supported Simulators](../simulation/commun
|
||||
|
||||
### Choosing a Simulator
|
||||
|
||||
- **SIH (Simulation In Hardware):** Quick verification, no GPU needed, headless CI, basic flight logic testing. Runs as a PX4 module (no external process). Ideal for controller and estimator validation.
|
||||
- **Gazebo:** Sensor simulation (camera, lidar, depth), multi-vehicle, visual testing, environment interaction. Requires more resources.
|
||||
- **SIH (Simulation In Hardware):** Quick verification, no GPU needed, headless CI, basic flight logic testing.
|
||||
Runs as a PX4 module (no external process). Ideal for controller and estimator validation.
|
||||
- **Gazebo:** Sensor simulation (camera, lidar, depth), multi-vehicle, visual testing, environment interaction.
|
||||
Requires more resources.
|
||||
|
||||
Use SIH when you need fast, lightweight testing of control logic or CI pipelines. Use Gazebo when you need realistic sensor data or visual environment interaction.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user