In the vision plugin the file processor_tracker_feature_image.h makes use of factor_feature_dummy.h so obviously we cannot move this file without breaking the plugin. The problem stems from the fact that right now the dummy files are being installed, but once moved to the test folder they are no longer installed. Moreover, the fact that processor_tracker_feature_image.h depends on a dummy file means that it should also be moved to test? What do you think? @joanvallve@jsola
There is still the issue that the files in the dummy folder shouldn't be installed, right? Then, even if we duplicate the file, once installed processor_tracker_feature_image.h won't compile.
Solution: duplicate FactorDumy into FactorEpipolar in vision. Then the FactorDummy can be in the test folder and FactorEpipolar is a factor waiting to be implemented.