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

INFO->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);
......@@ -112,7 +112,7 @@ void SubscriberLandmarks::callback(const wolf_ros_node::LandmarkDetectionArray::
cov = cov2d;
}
std::cout << "\tid " << msg->detections.at(i).id << ": quality: " << msg->detections.at(i).quality << ", meas: " << meas.transpose() << std::endl;
//std::cout << "\tid " << msg->detections.at(i).id << ": quality: " << msg->detections.at(i).quality << ", meas: " << meas.transpose() << std::endl;
// fill capture
makePosDef(cov);
......
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