time value

This commit is contained in:
acki
2025-12-15 19:48:19 +01:00
parent 3494083870
commit 48a4e4ed26

View File

@@ -233,9 +233,9 @@ namespace Modelec
{
if (IsOk())
{
// 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_DEBUG_SKIPFIRST(this->get_logger(), "Sending to PCB: %s", 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_DEBUG_SKIPFIRST(this->get_logger(), "Sending to PCB: %s", data.c_str());
this->write(data);
}
}