aboutsummaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-06-14 13:20:43 -0700
committerLorenz Meier <lm@inf.ethz.ch>2013-06-14 13:20:43 -0700
commitb714c5c9d1d38132df5cf4bff9a1fd92163be550 (patch)
treed39827f059804a964b4a96e48999bc603c0d4c0f /makefiles
parentf28cec350cb79139b6cc9d9cff32954a644e6f07 (diff)
parentb789e01a0f396cd934dfc07d8a5834333aabf51e (diff)
downloadpx4-firmware-b714c5c9d1d38132df5cf4bff9a1fd92163be550.tar.gz
px4-firmware-b714c5c9d1d38132df5cf4bff9a1fd92163be550.tar.bz2
px4-firmware-b714c5c9d1d38132df5cf4bff9a1fd92163be550.zip
Merge pull request #303 from samized/flowboard_master
Add PX4Flow board modules and corresponding ORB msgs.
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/config_px4fmu_default.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefiles/config_px4fmu_default.mk b/makefiles/config_px4fmu_default.mk
index 0bd6d4bd8..43288537c 100644
--- a/makefiles/config_px4fmu_default.mk
+++ b/makefiles/config_px4fmu_default.mk
@@ -65,6 +65,7 @@ MODULES += modules/attitude_estimator_ekf
MODULES += modules/attitude_estimator_so3_comp
MODULES += modules/position_estimator
MODULES += modules/att_pos_estimator_ekf
+MODULES += examples/flow_position_estimator
#
# Vehicle Control
@@ -74,6 +75,8 @@ MODULES += modules/fixedwing_att_control
MODULES += modules/fixedwing_pos_control
MODULES += modules/multirotor_att_control
MODULES += modules/multirotor_pos_control
+MODULES += examples/flow_position_control
+MODULES += examples/flow_speed_control
#
# Logging