Skip to content
Snippets Groups Projects
Commit 201eeb53 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

ROS_DEBUG

parent 5d3229ee
No related branches found
No related tags found
1 merge request!19Devel
......@@ -59,7 +59,7 @@ void SubscriberLandmarks::initialize(ros::NodeHandle& nh, const std::string& top
void SubscriberLandmarks::callback(const wolf_ros_node::LandmarkDetectionArray::ConstPtr& msg)
{
ROS_INFO("SubscriberLandmarks::callback: %lu detections", msg->detections.size());
ROS_DEBUG("SubscriberLandmarks::callback: %lu detections", msg->detections.size());
updateLastHeader(msg->header);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment