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

Merge branch 'establish_constraints' into 'master'

Fix processor_tracker

See merge request mobile_robotics/wolf!227
parents 2bbd3be7 aef99ec6
No related branches found
No related tags found
1 merge request!227Fix processor_tracker
......@@ -106,6 +106,9 @@ void ProcessorTracker::process(CaptureBasePtr const _incoming_ptr)
// Process info
processNew(params_tracker_->max_new_features);
// Establish constraints
establishConstraints();
// Update pointers
resetDerived();
origin_ptr_ = last_ptr_;
......@@ -170,7 +173,7 @@ void ProcessorTracker::process(CaptureBasePtr const _incoming_ptr)
frm->addCapture(incoming_ptr_);
// process
// processNew(params_tracker_->max_new_features);
processNew(params_tracker_->max_new_features);
// // Set key
// last_ptr_->getFramePtr()->setKey();
......
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