mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
log
This commit is contained in:
@@ -272,7 +272,7 @@ namespace Modelec
|
|||||||
|
|
||||||
void PCBActionInterface::PCBCallback(const std_msgs::msg::String::SharedPtr msg)
|
void PCBActionInterface::PCBCallback(const std_msgs::msg::String::SharedPtr msg)
|
||||||
{
|
{
|
||||||
RCLCPP_DEBUG(this->get_logger(), "Received message: '%s'", msg->data.c_str());
|
RCLCPP_INFO(this->get_logger(), "Received message: '%s'", msg->data.c_str());
|
||||||
std::vector<std::string> tokens = split(trim(msg->data), ';');
|
std::vector<std::string> tokens = split(trim(msg->data), ';');
|
||||||
|
|
||||||
if (tokens.size() < 2)
|
if (tokens.size() < 2)
|
||||||
|
|||||||
Reference in New Issue
Block a user