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

adapted to new captureLandmarkExternal API filling type

parent 231033b3
No related branches found
No related tags found
1 merge request!19Devel
......@@ -116,7 +116,7 @@ void SubscriberLandmarks::callback(const wolf_ros_node::LandmarkDetectionArray::
// fill capture
makePosDef(cov);
cap->addDetection(msg->detections.at(i).id, meas, cov, msg->detections.at(i).quality);
cap->addDetection(msg->detections.at(i).id, msg->detections.at(i).type, meas, cov, msg->detections.at(i).quality);
}
// process
......
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