#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/aba.hpp"
#include "pinocchio/algorithm/aba-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_aba_derivatives) | |
BOOST_AUTO_TEST_CASE (test_aba_derivatives_fext) | |
BOOST_AUTO_TEST_CASE (test_aba_derivatives_vs_kinematics_derivatives) | |
BOOST_AUTO_TEST_CASE (test_aba_minimal_argument) | |
BOOST_AUTO_TEST_CASE (test_multiple_calls) | |
BOOST_AUTO_TEST_CASE (test_optimized_aba_derivatives) | |
BOOST_AUTO_TEST_CASE (test_optimized_aba_derivatives_fext) | |
BOOST_AUTO_TEST_CASE | ( | test_aba_derivatives | ) |
Definition at line 23 of file unittest/aba-derivatives.cpp.
BOOST_AUTO_TEST_CASE | ( | test_aba_derivatives_fext | ) |
Definition at line 198 of file unittest/aba-derivatives.cpp.
BOOST_AUTO_TEST_CASE | ( | test_aba_derivatives_vs_kinematics_derivatives | ) |
Definition at line 339 of file unittest/aba-derivatives.cpp.
BOOST_AUTO_TEST_CASE | ( | test_aba_minimal_argument | ) |
Definition at line 157 of file unittest/aba-derivatives.cpp.
BOOST_AUTO_TEST_CASE | ( | test_multiple_calls | ) |
Definition at line 298 of file unittest/aba-derivatives.cpp.
BOOST_AUTO_TEST_CASE | ( | test_optimized_aba_derivatives | ) |
Definition at line 378 of file unittest/aba-derivatives.cpp.
BOOST_AUTO_TEST_CASE | ( | test_optimized_aba_derivatives_fext | ) |
Definition at line 458 of file unittest/aba-derivatives.cpp.