Skip to content
Snippets Groups Projects

Resolve "Remove non-user params from IntrinsicsDiffDrive"

1 file
+ 0
8
Compare changes
  • Side-by-side
  • Inline
@@ -86,14 +86,6 @@ class FactorDiffDrive : public FactorAutodiff<FactorDiffDrive,
VectorXs residual();
// /**
// * \brief Returns the jacobians computation method
// **/
// virtual JacobianMethod getJacobianMethod() const
// {
// return JAC_AUTO;
// }
protected:
Eigen::Vector3s calib_preint_;
Loading