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

Force register creator for TRACKER FEATURE DUMMY class

parent 09912606
No related branches found
No related tags found
1 merge request!306Resolve "Some gtests not passing"
Pipeline #4000 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