Skip to content
Snippets Groups Projects
Commit 8e90189f authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

fixed doc

parent 8d62247a
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #17040 failed
......@@ -69,7 +69,8 @@ class FactorAnalytic : public FactorBase
*
* \param _st_vector is a vector containing the mapped eigen vectors of all state blocks involved in the factor
* \param jacobians is an output vector of mapped eigen matrices that sould contain the jacobians w.r.t each state
*block \param _compute_jacobian is a vector that specifies whether the ith jacobian sould be computed or not
*block
* \param _compute_jacobian is a vector that specifies whether the ith jacobian sould be computed or not
*
**/
virtual void evaluateJacobians(const std::vector<Eigen::Map<const Eigen::VectorXd>>& _st_vector,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment