From d736311982821294670c8e306e01a3e3c5e8de19 Mon Sep 17 00:00:00 2001 From: James Goppert Date: Wed, 11 Feb 2015 21:11:23 -0500 Subject: [PATCH] Added flow position estimator to default apps. --- makefiles/config_px4fmu-v2_default.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/makefiles/config_px4fmu-v2_default.mk b/makefiles/config_px4fmu-v2_default.mk index 256c2a6365..524786f780 100644 --- a/makefiles/config_px4fmu-v2_default.mk +++ b/makefiles/config_px4fmu-v2_default.mk @@ -123,6 +123,11 @@ MODULES += platforms/nuttx # MODULES += modules/bottle_drop +# +# PX4 flow estimator, good for indoors +# +MODULES += examples/flow_position_estimator + # # Demo apps #