Skip to content

Commit

Permalink
test: remove useless quantity
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Jul 27, 2021
1 parent 7bbc9ab commit 5daf5de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions unittest/centroidal-derivatives.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ BOOST_AUTO_TEST_CASE(test_centroidal_derivatives)
const pinocchio::Force dhg = pinocchio::computeCentroidalMomentumTimeVariation(model,data_fd,q,v,a);
const pinocchio::Force hg = data_fd.hg;
BOOST_CHECK(data.hg.isApprox(data_ref.hg));
const pinocchio::Force::Vector3 com = data_fd.com[0];


// Check dhdot_dq and dh_dq with finite differences
Eigen::VectorXd q_plus(model.nq,1);
Eigen::VectorXd v_eps(model.nv,1); v_eps.setZero();
Expand Down

0 comments on commit 5daf5de

Please sign in to comment.