This commit is contained in:
acki
2025-10-15 18:58:02 +02:00
parent 91e11094fe
commit 0bc51b1a90

View File

@@ -295,7 +295,7 @@ namespace Modelec
{ {
if (pcb_publisher_) if (pcb_publisher_)
{ {
RCLCPP_DEBUG(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(); auto message = std_msgs::msg::String();
message.data = data; message.data = data;
pcb_publisher_->publish(message); pcb_publisher_->publish(message);