vermicelle:bin jsola$ ./gtest_problem LandmarkFactory <-- registered BASEProcessorFactory <-- registered CAPTURE HOLDERProcessorFactory <-- registered DIFF DRIVEProcessorFactory <-- registered ODOM 2DAutoConfProcessorFactory <-- registered ODOM 2DProcessorFactory <-- registered ODOM 3DSensorFactory <-- registered DIFF DRIVESensorFactory <-- registered ODOM 2DAutoConfSensorFactory <-- registered ODOM 2DSensorFactory <-- registered ODOM 3DSolverFactory <-- registered SolverProcessorParamsFactory <-- registered ODOM 3DIntrinsicsFactory <-- registered ODOM 3D[==========] Running 9 tests from 1 test case.[----------] Global test environment set-up.[----------] 9 tests from Problem[ RUN ] Problem.create[ OK ] Problem.create (0 ms)[ RUN ] Problem.Sensors[ OK ] Problem.Sensors (0 ms)[ RUN ] Problem.Processor[ OK ] Problem.Processor (0 ms)[ RUN ] Problem.Installersunknown file: FailureC++ exception with description "ProcessorFactory : Unknown type "TRACKER FEATURE DUMMY". Possibly you tried to use an unregistered creator." thrown in the test body.[ FAILED ] Problem.Installers (1 ms)[ RUN ] Problem.SetOrigin_PO_2D[ OK ] Problem.SetOrigin_PO_2D (0 ms)[ RUN ] Problem.SetOrigin_PO_3D[ OK ] Problem.SetOrigin_PO_3D (0 ms)[ RUN ] Problem.emplaceFrame_factory[ OK ] Problem.emplaceFrame_factory (0 ms)[ RUN ] Problem.StateBlocksunknown file: FailureC++ exception with description "ProcessorFactory : Unknown type "TRACKER FEATURE DUMMY". Possibly you tried to use an unregistered creator." thrown in the test body.[ FAILED ] Problem.StateBlocks (0 ms)[ RUN ] Problem.Covariancesunknown file: FailureC++ exception with description "ProcessorFactory : Unknown type "TRACKER FEATURE DUMMY". Possibly you tried to use an unregistered creator." thrown in the test body.[ FAILED ] Problem.Covariances (1 ms)[----------] 9 tests from Problem (2 ms total)[----------] Global test environment tear-down[==========] 9 tests from 1 test case ran. (2 ms total)[ PASSED ] 6 tests.[ FAILED ] 3 tests, listed below:[ FAILED ] Problem.Installers[ FAILED ] Problem.StateBlocks[ FAILED ] Problem.Covariances
vermicelle:bin jsola$ ./gtest_processor_base LandmarkFactory <-- registered BASEProcessorFactory <-- registered CAPTURE HOLDERProcessorFactory <-- registered DIFF DRIVEProcessorFactory <-- registered ODOM 2DAutoConfProcessorFactory <-- registered ODOM 2DProcessorFactory <-- registered ODOM 3DSensorFactory <-- registered DIFF DRIVESensorFactory <-- registered ODOM 2DAutoConfSensorFactory <-- registered ODOM 2DSensorFactory <-- registered ODOM 3DSolverFactory <-- registered SolverProcessorParamsFactory <-- registered ODOM 3DIntrinsicsFactory <-- registered ODOM 3D[==========] Running 1 test from 1 test case.[----------] Global test environment set-up.[----------] 1 test from ProcessorBase[ RUN ] ProcessorBase.KeyFrameCallbackunknown file: FailureC++ exception with description "ProcessorFactory : Unknown type "TRACKER FEATURE DUMMY". Possibly you tried to use an unregistered creator." thrown in the test body.[ FAILED ] ProcessorBase.KeyFrameCallback (0 ms)[----------] 1 test from ProcessorBase (0 ms total)[----------] Global test environment tear-down[==========] 1 test from 1 test case ran. (0 ms total)[ PASSED ] 0 tests.[ FAILED ] 1 test, listed below:[ FAILED ] ProcessorBase.KeyFrameCallback 1 FAILED TEST