Skip to content
Snippets Groups Projects
Commit 2fdd7b2b authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Remove cout comment

parent a25b6eb5
No related branches found
No related tags found
No related merge requests found
...@@ -213,7 +213,7 @@ LandmarkBase* LandmarkPolyline2D::create(const YAML::Node& _lmk_node) ...@@ -213,7 +213,7 @@ LandmarkBase* LandmarkPolyline2D::create(const YAML::Node& _lmk_node)
points.col(i) = _lmk_node["points"][i].as<Eigen::Vector2s>(); points.col(i) = _lmk_node["points"][i].as<Eigen::Vector2s>();
} }
std::cout << "Points in lmk: " << id << ":\n" << points << std::endl; //std::cout << "Points in lmk: " << id << ":\n" << points << std::endl;
// Create a new landmark // Create a new landmark
LandmarkBase* lmk_ptr = new LandmarkPolyline2D(points, first_defined, last_defined, first_id); LandmarkBase* lmk_ptr = new LandmarkPolyline2D(points, first_defined, last_defined, first_id);
......
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