This commit is contained in:
acki
2025-10-15 17:10:06 +02:00
parent fda6bf0ffa
commit 4198d0f334

View File

@@ -291,7 +291,7 @@ namespace Modelec
{
if (pcb_publisher_)
{
// RCLCPP_INFO(this->get_logger(), "Sending to PCB: %s", data.c_str());
RCLCPP_INFO(this->get_logger(), "Sending to PCB: %s", data.c_str());
auto message = std_msgs::msg::String();
message.data = data;
pcb_publisher_->publish(message);