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

[skip ci] wip

parent 9df5874f
No related branches found
No related tags found
1 merge request!25Draft: Resolve "Adapt to new sensor constructors in core"
...@@ -107,7 +107,7 @@ void ProcessorPointFeetNomove::processKeyFrameCreateFactorFar() ...@@ -107,7 +107,7 @@ void ProcessorPointFeetNomove::processKeyFrameCreateFactorFar()
{ {
TimeStamp ts = kf_it.first; TimeStamp ts = kf_it.first;
auto kf = kf_it.second; auto kf = kf_it.second;
auto cap_it = buffer_capture_.selectIterator(ts, params_->time_tolerance); auto cap_it = buffer_capture_.selectIterator(ts, getTimeTolerance());
// We have a match between the KF and a capture from the capture buffer // We have a match between the KF and a capture from the capture buffer
if (cap_it != buffer_capture_.getContainer().end()) if (cap_it != buffer_capture_.getContainer().end())
......
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