This commit is contained in:
acki
2025-05-29 07:06:57 -04:00
parent 3dcce1c6a4
commit d200c88b61

View File

@@ -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"});
});