diff --git a/conf/flight_plans/Tudelft/rotorcraft_survey_competition.xml b/conf/flight_plans/Tudelft/rotorcraft_survey_competition.xml
index ffcebe55f2..aec51d5fcd 100644
--- a/conf/flight_plans/Tudelft/rotorcraft_survey_competition.xml
+++ b/conf/flight_plans/Tudelft/rotorcraft_survey_competition.xml
@@ -11,11 +11,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -27,7 +27,7 @@
-
+
diff --git a/conf/flight_plans/Tudelft/rotorcraft_survey_mission.xml b/conf/flight_plans/Tudelft/rotorcraft_survey_mission.xml
index 30978277cc..737878261d 100644
--- a/conf/flight_plans/Tudelft/rotorcraft_survey_mission.xml
+++ b/conf/flight_plans/Tudelft/rotorcraft_survey_mission.xml
@@ -5,7 +5,7 @@
#include "autopilot.h"
#include "subsystems/electrical.h"
-#ifdef DC_AUTOSHOOT_SURVEY_INTERVAL
+#ifdef dc_Survey
#define LINE_START_FUNCTION dc_Survey(dc_distance_interval);
#define LINE_STOP_FUNCTION {dc_autoshoot = DC_AUTOSHOOT_STOP;}
#endif
@@ -36,12 +36,22 @@
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -122,6 +132,7 @@
+
+
diff --git a/conf/flight_plans/rotorcraft_survey.xml b/conf/flight_plans/rotorcraft_survey.xml
index f77d57c938..f4ff6d107f 100644
--- a/conf/flight_plans/rotorcraft_survey.xml
+++ b/conf/flight_plans/rotorcraft_survey.xml
@@ -3,7 +3,7 @@
#include "autopilot.h"
-#ifdef DC_AUTOSHOOT_STOP
+#ifdef dc_Survey
#define LINE_START_FUNCTION dc_Survey(dc_distance_interval);
#define LINE_STOP_FUNCTION {dc_autoshoot = DC_AUTOSHOOT_STOP;}
#endif