This commit is contained in:
acki
2025-05-29 11:42:30 -04:00
parent 7a9efb3009
commit a1cb09fc86

View File

@@ -461,6 +461,8 @@ namespace Modelec
{
if (pcb_publisher_)
{
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);