diff --git a/src/px4_connection/src/px4_controller.cpp b/src/px4_connection/src/px4_controller.cpp index b10ddccc..319ee9c3 100644 --- a/src/px4_connection/src/px4_controller.cpp +++ b/src/px4_connection/src/px4_controller.cpp @@ -267,6 +267,7 @@ private: { if (!flying) { + RCLCPP_INFO(this->get_logger(), "Sending idle attitude setpoint"); send_idle_attitude_setpoint(); } else