aboutsummaryrefslogtreecommitdiff
path: root/src/modules/ekf_att_pos_estimator/fw_att_pos_estimator_main.cpp
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-04-22 10:26:26 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-04-22 10:26:26 +0200
commitbd637697e4880d3efbb79c2c05647564d3582cde (patch)
treec28ff3dd520f2ebc7ed346c614e428d7b7500436 /src/modules/ekf_att_pos_estimator/fw_att_pos_estimator_main.cpp
parent2ecaab98f955380775c4b7f3583d9b0e3c62cccb (diff)
downloadpx4-firmware-bd637697e4880d3efbb79c2c05647564d3582cde.tar.gz
px4-firmware-bd637697e4880d3efbb79c2c05647564d3582cde.tar.bz2
px4-firmware-bd637697e4880d3efbb79c2c05647564d3582cde.zip
Removed verbose print
Diffstat (limited to 'src/modules/ekf_att_pos_estimator/fw_att_pos_estimator_main.cpp')
-rw-r--r--src/modules/ekf_att_pos_estimator/fw_att_pos_estimator_main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/ekf_att_pos_estimator/fw_att_pos_estimator_main.cpp b/src/modules/ekf_att_pos_estimator/fw_att_pos_estimator_main.cpp
index ac34af48a..ad7cb3687 100644
--- a/src/modules/ekf_att_pos_estimator/fw_att_pos_estimator_main.cpp
+++ b/src/modules/ekf_att_pos_estimator/fw_att_pos_estimator_main.cpp
@@ -920,6 +920,7 @@ FixedwingEstimator::task_main()
struct home_position_s home;
orb_copy(ORB_ID(home_position), _home_sub, &home);
+ warnx("HOME SET");
double lat = home.lat;
double lon = home.lon;