Skip to content
Snippets Groups Projects
Commit 939494af authored by jcarpent's avatar jcarpent
Browse files

[Algo] Fix bugs

parent 587e3c05
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ namespace se3
const Eigen::VectorXd & tau,
Eigen::MatrixXd & aba_partial_dq,
Eigen::MatrixXd & aba_partial_dv,
Eigen::MatrixXd & aba_partial_dtau);
Data::RowMatrixXd & aba_partial_dtau);
} // namespace se3
......
......@@ -20,7 +20,7 @@
#include "pinocchio/multibody/visitor.hpp"
#include "pinocchio/algorithm/check.hpp"
#include "pinocchio/algorithm/aba.hxx"
#include "pinocchio/algorithm/aba.hpp"
#include "pinocchio/algorithm/rnea-derivatives.hxx"
namespace se3
......
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