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

remove check() from test

parent 7ed20374
No related branches found
No related tags found
1 merge request!101Visual SLAM starts to work.
...@@ -281,7 +281,7 @@ int main(int argc, char** argv) ...@@ -281,7 +281,7 @@ int main(int argc, char** argv)
// ============================================================================================================ // ============================================================================================================
wolf_problem_ptr_->print(); wolf_problem_ptr_->print();
wolf_problem_ptr_->check(); // wolf_problem_ptr_->check();
// New landmark with measured pixels from kf1 (anchor) and kf2 (current) // New landmark with measured pixels from kf1 (anchor) and kf2 (current)
Scalar unknown_distance = 10; Scalar unknown_distance = 10;
......
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