Skip to content
Snippets Groups Projects

Resolve "Emplace API inconsistent with ProcessorTrackerFeature/Landmark functions"

2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -188,7 +188,7 @@ class ProcessorTrackerFeature : public ProcessorTracker
*/
virtual FactorBasePtr emplaceFactor(FeatureBasePtr _feature_ptr, FeatureBasePtr _feature_other_ptr) = 0;
/** \brief Establish factors between features in Captures \b last and \b origin
/** \brief Emplaces a new factor for each correspondence between a feature in Capture \b last and a feature in Capture \b origin
*/
virtual void establishFactors();
};
Loading