aboutsummaryrefslogtreecommitdiff
path: root/src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-06-24 20:53:06 +0200
committerThomas Gubler <thomasgubler@gmail.com>2014-06-24 20:53:06 +0200
commit4f560f729ec1f40427401119a0f17d9d0e9843f4 (patch)
tree5e770bdd6aac317c0902a4aaea261661c71384ab /src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp
parent819812e11271d7b78f4af2d5bbb7ac6e4be9e494 (diff)
downloadpx4-firmware-4f560f729ec1f40427401119a0f17d9d0e9843f4.tar.gz
px4-firmware-4f560f729ec1f40427401119a0f17d9d0e9843f4.tar.bz2
px4-firmware-4f560f729ec1f40427401119a0f17d9d0e9843f4.zip
fw pos ctrl: remove comments
Diffstat (limited to 'src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp')
-rw-r--r--src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp b/src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp
index fe5847682..0e065211e 100644
--- a/src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp
+++ b/src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp
@@ -1024,12 +1024,10 @@ FixedwingPositionControl::control_position(const math::Vector<2> &current_positi
} else if (pos_sp_triplet.current.type == SETPOINT_TYPE_TAKEOFF) {
/* Perform launch detection */
-// warnx("Launch detection running");
if(!launch_detected) { //do not do further checks once a launch was detected
if (launchDetector.launchDetectionEnabled()) {
static hrt_abstime last_sent = 0;
if(hrt_absolute_time() - last_sent > 4e6) {
-// warnx("Launch detection running");
mavlink_log_info(_mavlink_fd, "#audio: Launchdetection running");
last_sent = hrt_absolute_time();
}