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

Merge branch '241-some-gtests-not-passing' into 'devel'

Resolve "Some gtests not passing"

Closes #241

See merge request !306
parents 09912606 356c78ef
No related branches found
No related tags found
1 merge request!306Resolve "Some gtests not passing"
Pipeline #4001 passed
......@@ -22,6 +22,13 @@ using namespace wolf;
using namespace Eigen;
// Register in the ProcessorFactory
#include "core/processor/processor_factory.h"
namespace wolf {
WOLF_REGISTER_PROCESSOR("TRACKER FEATURE DUMMY", ProcessorTrackerFeatureDummy)
} // namespace wolf
WOLF_PTR_TYPEDEFS(DummySolverManager);
class DummySolverManager : public SolverManager
......
......@@ -23,6 +23,14 @@
using namespace wolf;
using namespace Eigen;
// Register in the ProcessorFactory
#include "core/processor/processor_factory.h"
namespace wolf {
WOLF_REGISTER_PROCESSOR("TRACKER FEATURE DUMMY", ProcessorTrackerFeatureDummy)
} // namespace wolf
TEST(ProcessorBase, KeyFrameCallback)
{
......
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