This commit is contained in:
acki
2025-05-29 13:13:08 -04:00
parent 3040b23e3d
commit a53f055aae

View File

@@ -77,6 +77,7 @@ namespace Modelec
{
if (!mess.empty())
{
RCLCPP_INFO(rclcpp::get_logger("SerialListener"), "Received message: %s", mess.c_str());
auto msg = std_msgs::msg::String();
msg.data = mess;
if (publisher_)