diff --git a/pps_ws/src/d_fall_pps/src/CustomControllerService.cpp b/pps_ws/src/d_fall_pps/src/CustomControllerService.cpp
index 4f94cd1933f9dee4d42d05a5c2cb7c7f90ff719f..ae92d62fced18257d70504713b62966722535010 100644
--- a/pps_ws/src/d_fall_pps/src/CustomControllerService.cpp
+++ b/pps_ws/src/d_fall_pps/src/CustomControllerService.cpp
@@ -138,6 +138,10 @@ bool calculateControlOutput(Controller::Request &request, Controller::Response &
     debugMsg.vicon_pitch = request.ownCrazyflie.pitch;
     debugMsg.vicon_yaw = request.ownCrazyflie.yaw;
 
+    // debugMsg.value_1 = // new debug variables
+    // // ......................
+    // debugMsg.value_10 = // from value_1 to value_10, fill with debug variables to plot
+
     debugPublisher.publish(debugMsg);