diff --git a/src/px4_connection/src/px4_controller.cpp b/src/px4_connection/src/px4_controller.cpp index e68770b7..4b250244 100644 --- a/src/px4_connection/src/px4_controller.cpp +++ b/src/px4_connection/src/px4_controller.cpp @@ -63,6 +63,7 @@ private: if (setpoint_count % 20 == 0 && thrust <= 1) { thrust += 0.1; + RCLCPP_INFO(this->get_logger(), "increasing thrust"); } if (setpoint_count == 20)