aboutsummaryrefslogtreecommitdiff
path: root/src/modules/fw_att_pos_estimator/module.mk
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-01-01 16:48:15 +0100
committerLorenz Meier <lm@inf.ethz.ch>2014-01-01 16:48:15 +0100
commit5008f79a96db66f88153c264b81db2a720b560c6 (patch)
treecbd0e40a43b64514d95a48f5ba549f4daa713d04 /src/modules/fw_att_pos_estimator/module.mk
parentffe5c88d98b18390e3d44c8dd0751b6d062631be (diff)
downloadpx4-firmware-5008f79a96db66f88153c264b81db2a720b560c6.tar.gz
px4-firmware-5008f79a96db66f88153c264b81db2a720b560c6.tar.bz2
px4-firmware-5008f79a96db66f88153c264b81db2a720b560c6.zip
Interfaced Pauls estimator, compiles, untested
Diffstat (limited to 'src/modules/fw_att_pos_estimator/module.mk')
-rw-r--r--src/modules/fw_att_pos_estimator/module.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/modules/fw_att_pos_estimator/module.mk b/src/modules/fw_att_pos_estimator/module.mk
index 62bf60b60..c1384be7e 100644
--- a/src/modules/fw_att_pos_estimator/module.mk
+++ b/src/modules/fw_att_pos_estimator/module.mk
@@ -35,7 +35,8 @@
# Main Attitude and Position Estimator for Fixed Wing Aircraft
#
-MODULE_COMMAND = navigator
+MODULE_COMMAND = fw_att_pos_estimator
SRCS = fw_att_pos_estimator_main.cpp \
- fw_att_pos_estimator_params.c
+ fw_att_pos_estimator_params.c \
+ ../../../../InertialNav/code/estimator.cpp