This commit is contained in:
acki
2025-05-29 07:49:49 -04:00
parent 8130e5ff72
commit 2281750427

View File

@@ -272,7 +272,7 @@ namespace Modelec
void PCBActionInterface::PCBCallback(const std_msgs::msg::String::SharedPtr msg)
{
RCLCPP_INFO(this->get_logger(), "Received message: '%s'", msg->data.c_str());
RCLCPP_DEBUG(this->get_logger(), "Received message: '%s'", msg->data.c_str());
std::vector<std::string> tokens = split(trim(msg->data), ';');
if (tokens.size() < 2)