Skip to content
Snippets Groups Projects
Commit dd02e781 authored by Jaime Tarrasó Martínez's avatar Jaime Tarrasó Martínez
Browse files

Tune keyframe creation

parent 1932e934
No related branches found
Tags v1.0.1
No related merge requests found
......@@ -101,7 +101,7 @@ inline Eigen::VectorXs ProcessorOdom3D::deltaZero() const
inline bool ProcessorOdom3D::voteForKeyFrame()
{
if (getBuffer().get().size() > 5)
if (getBuffer().get().size() > 10)
{
std::cout << "PM::vote buffer big enough" << std::endl;
return true;
......
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