From e3e48d01d3beaacd43e47f120bba6b447799bf78 Mon Sep 17 00:00:00 2001 From: Beniamino Pozzan Date: Sat, 28 Jun 2025 20:00:47 +0100 Subject: [PATCH] docs(sih): just mention `CONFIG_MODULES_SIMULATION_SIMULATOR_SIH` Signed-off-by: Beniamino Pozzan --- docs/en/sim_sih/index.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/en/sim_sih/index.md b/docs/en/sim_sih/index.md index 8feea1a2d0..c1472fa762 100644 --- a/docs/en/sim_sih/index.md +++ b/docs/en/sim_sih/index.md @@ -58,16 +58,13 @@ To run the SIH, you will need a: The modules required for SIH are not built into all PX4 firmware by default, so you are likely to need to add them to the configuration and then rebuild and install the firmware. -The following keys must be present in the configuration file for your target flight controller (such as [boards/px4/fmu-v6x/default.px4board](https://github.com/PX4/PX4-Autopilot/blob/main/boards/px4/fmu-v6x/default.px4board) FMUv6x based boards). +The following key must be present in the configuration file for your target flight controller (such as [boards/px4/fmu-v6x/default.px4board](https://github.com/PX4/PX4-Autopilot/blob/main/boards/px4/fmu-v6x/default.px4board) FMUv6x based boards). ```text -CONFIG_MODULES_SIMULATION_PWM_OUT_SIM=y -CONFIG_MODULES_SIMULATION_SENSOR_BARO_SIM=y -CONFIG_MODULES_SIMULATION_SENSOR_GPS_SIM=y -CONFIG_MODULES_SIMULATION_SENSOR_MAG_SIM=y +CONFIG_MODULES_SIMULATION_SIMULATOR_SIH=y ``` -Add the keys if necessary then re-built the firmware and flash it to the board. +Add the key if necessary then re-built the firmware and flash it to the board. You can alternatively use the following command to launch a GUI configuration tool, and interactively enable them at the path: **modules > Simulation > simulator_sih**. For example, to update the fmu-v6x configuration you would use: