Skip to content
Snippets Groups Projects

Remove getJacobianMethod() overrriden from the base class

Merged Joan Solà Ortega requested to merge clean_constraint_odom_2d into master
19 files
+ 1
150
Compare changes
  • Side-by-side
  • Inline
Files
19
+ 0
10
@@ -51,11 +51,6 @@ class ConstraintAHP : public ConstraintAutodiff<ConstraintAHP, 2, 3, 4, 3, 4, 4>
const T* const _lmk_hmg,
T* _residuals) const;
/** \brief Returns the jacobians computation method
**/
virtual JacobianMethod getJacobianMethod() const override;
// Static creator method
static ConstraintAHPPtr create(const FeatureBasePtr& _ftr_ptr,
const LandmarkAHPPtr& _lmk_ahp_ptr,
@@ -190,11 +185,6 @@ inline bool ConstraintAHP::operator ()(const T* const _current_frame_p,
return true;
}
inline wolf::JacobianMethod ConstraintAHP::getJacobianMethod() const
{
return JAC_AUTO;
}
inline wolf::ConstraintAHPPtr ConstraintAHP::create(const FeatureBasePtr& _ftr_ptr,
const LandmarkAHPPtr& _lmk_ahp_ptr,
const ProcessorBasePtr& _processor_ptr,
Loading