#include "pinocchio/algorithm/aba.hpp"
#include "pinocchio/algorithm/rnea.hpp"
#include "pinocchio/algorithm/jacobian.hpp"
#include "pinocchio/algorithm/joint-configuration.hpp"
#include "pinocchio/algorithm/crba.hpp"
#include "pinocchio/multibody/sample-models.hpp"
#include "pinocchio/algorithm/compute-all-terms.hpp"
#include "pinocchio/utils/timer.hpp"
#include <iostream>
#include <boost/test/unit_test.hpp>
#include <boost/utility/binary.hpp>
Go to the source code of this file.
Classes | |
struct | TestJointMethods |
Functions | |
BOOST_AUTO_TEST_CASE (test_aba_simple) | |
BOOST_AUTO_TEST_CASE (test_aba_vs_rnea) | |
BOOST_AUTO_TEST_CASE (test_aba_with_fext) | |
BOOST_AUTO_TEST_CASE (test_computeMinverse) | |
BOOST_AUTO_TEST_CASE (test_computeMinverse_noupdate) | |
BOOST_AUTO_TEST_CASE (test_joint_basic) | |
BOOST_AUTO_TEST_CASE (test_multiple_calls) | |
BOOST_AUTO_TEST_CASE (test_roto_inertia_effects) | |
template<typename JointModel > | |
void | test_joint_methods (const pinocchio::JointModelBase< JointModel > &jmodel) |
BOOST_AUTO_TEST_CASE | ( | test_aba_simple | ) |
Definition at line 124 of file unittest/aba.cpp.
BOOST_AUTO_TEST_CASE | ( | test_aba_vs_rnea | ) |
Definition at line 229 of file unittest/aba.cpp.
BOOST_AUTO_TEST_CASE | ( | test_aba_with_fext | ) |
Definition at line 186 of file unittest/aba.cpp.
BOOST_AUTO_TEST_CASE | ( | test_computeMinverse | ) |
Definition at line 265 of file unittest/aba.cpp.
BOOST_AUTO_TEST_CASE | ( | test_computeMinverse_noupdate | ) |
Definition at line 303 of file unittest/aba.cpp.
BOOST_AUTO_TEST_CASE | ( | test_joint_basic | ) |
Definition at line 110 of file unittest/aba.cpp.
BOOST_AUTO_TEST_CASE | ( | test_multiple_calls | ) |
Definition at line 342 of file unittest/aba.cpp.
BOOST_AUTO_TEST_CASE | ( | test_roto_inertia_effects | ) |
Definition at line 367 of file unittest/aba.cpp.
void test_joint_methods | ( | const pinocchio::JointModelBase< JointModel > & | jmodel | ) |
Definition at line 23 of file unittest/aba.cpp.