#include "pinocchio/multibody/model.hpp"
#include "pinocchio/multibody/data.hpp"
#include "pinocchio/algorithm/model.hpp"
#include "pinocchio/algorithm/jacobian.hpp"
#include "pinocchio/algorithm/frames.hpp"
#include "pinocchio/algorithm/rnea.hpp"
#include "pinocchio/algorithm/crba.hpp"
#include "pinocchio/spatial/act-on-set.hpp"
#include "pinocchio/multibody/sample-models.hpp"
#include "pinocchio/utils/timer.hpp"
#include "pinocchio/algorithm/joint-configuration.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 (cast) | |
BOOST_AUTO_TEST_CASE (frame_basic) | |
BOOST_AUTO_TEST_CASE (test_acceleration) | |
BOOST_AUTO_TEST_CASE (test_classic_acceleration) | |
BOOST_AUTO_TEST_CASE (test_frame_getters) | |
BOOST_AUTO_TEST_CASE (test_frame_jacobian) | |
BOOST_AUTO_TEST_CASE (test_frame_jacobian_local_world_oriented) | |
BOOST_AUTO_TEST_CASE (test_frame_jacobian_time_variation) | |
BOOST_AUTO_TEST_CASE (test_get_frame_jacobian) | |
BOOST_AUTO_TEST_CASE (test_kinematics) | |
BOOST_AUTO_TEST_CASE (test_supported_inertia_and_force) | |
BOOST_AUTO_TEST_CASE (test_update_placements) | |
BOOST_AUTO_TEST_CASE (test_update_single_placement) | |
BOOST_AUTO_TEST_CASE (test_velocity) | |
template<typename Derived > | |
bool | isFinite (const Eigen::MatrixBase< Derived > &x) |
BOOST_AUTO_TEST_CASE | ( | cast | ) |
Definition at line 55 of file unittest/frames.cpp.
BOOST_AUTO_TEST_CASE | ( | frame_basic | ) |
Definition at line 30 of file unittest/frames.cpp.
BOOST_AUTO_TEST_CASE | ( | test_acceleration | ) |
Definition at line 183 of file unittest/frames.cpp.
BOOST_AUTO_TEST_CASE | ( | test_classic_acceleration | ) |
Definition at line 222 of file unittest/frames.cpp.
BOOST_AUTO_TEST_CASE | ( | test_frame_getters | ) |
Definition at line 290 of file unittest/frames.cpp.
BOOST_AUTO_TEST_CASE | ( | test_frame_jacobian | ) |
Definition at line 438 of file unittest/frames.cpp.
BOOST_AUTO_TEST_CASE | ( | test_frame_jacobian_local_world_oriented | ) |
Definition at line 483 of file unittest/frames.cpp.
BOOST_AUTO_TEST_CASE | ( | test_frame_jacobian_time_variation | ) |
Definition at line 527 of file unittest/frames.cpp.
BOOST_AUTO_TEST_CASE | ( | test_get_frame_jacobian | ) |
Definition at line 360 of file unittest/frames.cpp.
BOOST_AUTO_TEST_CASE | ( | test_kinematics | ) |
Definition at line 69 of file unittest/frames.cpp.
BOOST_AUTO_TEST_CASE | ( | test_supported_inertia_and_force | ) |
Definition at line 669 of file unittest/frames.cpp.
BOOST_AUTO_TEST_CASE | ( | test_update_placements | ) |
Definition at line 91 of file unittest/frames.cpp.
BOOST_AUTO_TEST_CASE | ( | test_update_single_placement | ) |
Definition at line 118 of file unittest/frames.cpp.
BOOST_AUTO_TEST_CASE | ( | test_velocity | ) |
Definition at line 145 of file unittest/frames.cpp.
|
inline |
Definition at line 23 of file unittest/frames.cpp.