/** \brief Returns the jacobians evaluated in the states provided
/** \brief Returns the normalized jacobians evaluated in the states
*
*
* Returns the jacobians evaluated in the states provided in std::vector of mapped Eigen::VectorXs.
* Returns the normalized (by the measurement noise sqrt information) jacobians evaluated in the states provided in std::vector of mapped Eigen::VectorXs.
* IMPORTANT: only fill the jacobians of the state blocks specified in _compute_jacobian.
* IMPORTANT: only fill the jacobians of the state blocks specified in _compute_jacobian.
*
*
* \param _st_vector is a vector containing the mapped eigen vectors of all state blocks involved in the constraint
* \param _st_vector is a vector containing the mapped eigen vectors of all state blocks involved in the constraint
...
@@ -144,11 +143,10 @@ class ConstraintAnalytic: public ConstraintBase
...
@@ -144,11 +143,10 @@ class ConstraintAnalytic: public ConstraintBase