From e504dc86b74ed1f1fb63c6b1f5dd3585dfd63b54 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 21 Mar 2018 18:07:53 +0100 Subject: [PATCH] fw & vtol startup scripts: don't start wind estimator for now - need to make some flash space for fmuv2 to avoid user confusion about why it wind estimator only runs on some platforms Signed-off-by: Roman --- ROMFS/px4fmu_common/init.d/rc.fw_apps | 2 +- ROMFS/px4fmu_common/init.d/rc.vtol_apps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ROMFS/px4fmu_common/init.d/rc.fw_apps b/ROMFS/px4fmu_common/init.d/rc.fw_apps index 347d11bb02..947e59fbac 100644 --- a/ROMFS/px4fmu_common/init.d/rc.fw_apps +++ b/ROMFS/px4fmu_common/init.d/rc.fw_apps @@ -30,4 +30,4 @@ land_detector start fixedwing # # Start Wind and Airspeed Scale Estimator # -wind_estimator start +#wind_estimator start diff --git a/ROMFS/px4fmu_common/init.d/rc.vtol_apps b/ROMFS/px4fmu_common/init.d/rc.vtol_apps index 328321a59c..6fa43551ea 100644 --- a/ROMFS/px4fmu_common/init.d/rc.vtol_apps +++ b/ROMFS/px4fmu_common/init.d/rc.vtol_apps @@ -55,4 +55,4 @@ land_detector start vtol # # Start Wind and Airspeed Scale Estimator # -wind_estimator start +#wind_estimator start