diff --git a/src/modelec_com/src/pcb_action_interface.cpp b/src/modelec_com/src/pcb_action_interface.cpp index b41369b..d09a67b 100644 --- a/src/modelec_com/src/pcb_action_interface.cpp +++ b/src/modelec_com/src/pcb_action_interface.cpp @@ -190,6 +190,7 @@ namespace Modelec "action/tir/arm/set", 10, [this](const std_msgs::msg::Bool::SharedPtr msg) { + RCLCPP_INFO(this->get_logger(), "TIR arm set to: %s", msg->data ? "true" : "false"); SendOrder("TIR", {"ARM", msg->data ? "1" : "0"}); });