This commit is contained in:
acki
2025-12-15 20:12:14 +01:00
parent 17dcad6f61
commit 3de210a1d0

View File

@@ -233,9 +233,9 @@ namespace Modelec
{ {
if (IsOk()) if (IsOk())
{ {
RCLCPP_INFO(this->get_logger(), "Sending to PCB: %s", trim(data).c_str()); // RCLCPP_INFO(this->get_logger(), "Sending to PCB: %s", trim(data).c_str());
// RCLCPP_INFO_ONCE(this->get_logger(), "Sending to PCB: %s", trim(data).c_str()); RCLCPP_INFO_ONCE(this->get_logger(), "Sending to PCB: %s", trim(data).c_str());
// RCLCPP_DEBUG_SKIPFIRST(this->get_logger(), "Sending to PCB: %s", data.c_str()); RCLCPP_DEBUG_SKIPFIRST(this->get_logger(), "Sending to PCB: %s", data.c_str());
this->write(data); this->write(data);
} }
} }