#include "pinocchio/multibody/model.hpp"
#include "pinocchio/multibody/data.hpp"
#include "pinocchio/algorithm/jacobian.hpp"
#include "pinocchio/algorithm/joint-configuration.hpp"
#include "pinocchio/algorithm/kinematics.hpp"
#include "pinocchio/algorithm/kinematics-derivatives.hpp"
#include "pinocchio/algorithm/rnea.hpp"
#include "pinocchio/algorithm/rnea-derivatives.hpp"
#include "pinocchio/algorithm/crba.hpp"
#include "pinocchio/multibody/sample-models.hpp"
#include <iostream>
#include <boost/test/unit_test.hpp>
#include <boost/utility/binary.hpp>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (test_generalized_gravity_derivatives) | |
BOOST_AUTO_TEST_CASE (test_generalized_gravity_derivatives_fext) | |
BOOST_AUTO_TEST_CASE (test_get_coriolis) | |
BOOST_AUTO_TEST_CASE (test_multiple_calls) | |
BOOST_AUTO_TEST_CASE (test_rnea_derivatives) | |
BOOST_AUTO_TEST_CASE (test_rnea_derivatives_fext) | |
BOOST_AUTO_TEST_CASE (test_rnea_derivatives_vs_kinematics_derivatives) | |
BOOST_AUTO_TEST_CASE | ( | test_generalized_gravity_derivatives | ) |
Definition at line 23 of file unittest/rnea-derivatives.cpp.
BOOST_AUTO_TEST_CASE | ( | test_generalized_gravity_derivatives_fext | ) |
Definition at line 67 of file unittest/rnea-derivatives.cpp.
BOOST_AUTO_TEST_CASE | ( | test_get_coriolis | ) |
Definition at line 496 of file unittest/rnea-derivatives.cpp.
BOOST_AUTO_TEST_CASE | ( | test_multiple_calls | ) |
Definition at line 457 of file unittest/rnea-derivatives.cpp.
BOOST_AUTO_TEST_CASE | ( | test_rnea_derivatives | ) |
Check againt computeGeneralizedGravityDerivatives
Definition at line 113 of file unittest/rnea-derivatives.cpp.
BOOST_AUTO_TEST_CASE | ( | test_rnea_derivatives_fext | ) |
Check againt computeGeneralizedGravityDerivatives
Definition at line 315 of file unittest/rnea-derivatives.cpp.
BOOST_AUTO_TEST_CASE | ( | test_rnea_derivatives_vs_kinematics_derivatives | ) |
Check againt computeGeneralizedGravityDerivatives
Definition at line 419 of file unittest/rnea-derivatives.cpp.