docs(sim_sih): fix Hexarotor SIH make target (sihsim_hexa -> sihsim_hex) (#28386)

This commit is contained in:
Saibernard
2026-08-27 01:14:09 -04:00
committed by GitHub
parent 344d3adc9a
commit 21fa379fb8

View File

@@ -33,7 +33,7 @@ The following vehicle types are supported:
| Vehicle | Make Target | Status |
| --------------------------------------------------------------- | ------------------------------------------ | ------------ |
| Quadrotor X <Badge type="tip" text="PX4 v1.9" /> | `make px4_sitl_sih sihsim_quadx` | Stable |
| Hexarotor X <Badge type="tip" text="PX4 v1.16" /> | `make px4_sitl_sih sihsim_hexa` | Experimental |
| Hexarotor X <Badge type="tip" text="PX4 v1.16" /> | `make px4_sitl_sih sihsim_hex` | Experimental |
| Fixed-wing (airplane) <Badge type="tip" text="PX4 v1.13" /> | `make px4_sitl_sih sihsim_airplane` | Experimental |
| Tailsitter VTOL <Badge type="tip" text="PX4 v1.13" /> | `make px4_sitl_sih sihsim_xvert` | Experimental |
| Standard VTOL (QuadPlane) <Badge type="tip" text="PX4 v1.16" /> | `make px4_sitl_sih sihsim_standard_vtol` | Experimental |