#include <iostream>
#include "pinocchio/spatial/force.hpp"
#include "pinocchio/spatial/motion.hpp"
#include "pinocchio/spatial/se3.hpp"
#include "pinocchio/spatial/inertia.hpp"
#include "pinocchio/spatial/act-on-set.hpp"
#include "pinocchio/spatial/explog.hpp"
#include "pinocchio/spatial/skew.hpp"
#include "pinocchio/spatial/cartesian-axis.hpp"
#include "pinocchio/spatial/spatial-axis.hpp"
#include <boost/test/unit_test.hpp>
#include <boost/utility/binary.hpp>
Go to the source code of this file.
Classes | |
struct | test_scalar_multiplication< axis > |
struct | test_scalar_multiplication_cartesian_axis< axis > |
Functions | |
BOOST_AUTO_TEST_CASE (cast_inertia) | |
BOOST_AUTO_TEST_CASE (test_ActOnSet) | |
BOOST_AUTO_TEST_CASE (test_addSkew) | |
BOOST_AUTO_TEST_CASE (test_cartesian_axis) | |
BOOST_AUTO_TEST_CASE (test_Force) | |
BOOST_AUTO_TEST_CASE (test_force_ref) | |
BOOST_AUTO_TEST_CASE (test_Inertia) | |
BOOST_AUTO_TEST_CASE (test_Motion) | |
BOOST_AUTO_TEST_CASE (test_motion_ref) | |
BOOST_AUTO_TEST_CASE (test_motion_zero) | |
BOOST_AUTO_TEST_CASE (test_SE3) | |
BOOST_AUTO_TEST_CASE (test_skew) | |
BOOST_AUTO_TEST_CASE (test_skew_square) | |
BOOST_AUTO_TEST_CASE (test_spatial_axis) | |
BOOST_AUTO_TEST_CASE | ( | cast_inertia | ) |
Definition at line 833 of file spatial.cpp.
BOOST_AUTO_TEST_CASE | ( | test_ActOnSet | ) |
Definition at line 847 of file spatial.cpp.
BOOST_AUTO_TEST_CASE | ( | test_addSkew | ) |
Definition at line 1032 of file spatial.cpp.
BOOST_AUTO_TEST_CASE | ( | test_cartesian_axis | ) |
Definition at line 1102 of file spatial.cpp.
BOOST_AUTO_TEST_CASE | ( | test_Force | ) |
Definition at line 350 of file spatial.cpp.
BOOST_AUTO_TEST_CASE | ( | test_force_ref | ) |
Definition at line 459 of file spatial.cpp.
BOOST_AUTO_TEST_CASE | ( | test_Inertia | ) |
Definition at line 515 of file spatial.cpp.
BOOST_AUTO_TEST_CASE | ( | test_Motion | ) |
Definition at line 119 of file spatial.cpp.
BOOST_AUTO_TEST_CASE | ( | test_motion_ref | ) |
Definition at line 276 of file spatial.cpp.
BOOST_AUTO_TEST_CASE | ( | test_motion_zero | ) |
Definition at line 332 of file spatial.cpp.
BOOST_AUTO_TEST_CASE | ( | test_SE3 | ) |
Definition at line 22 of file spatial.cpp.
BOOST_AUTO_TEST_CASE | ( | test_skew | ) |
Definition at line 1007 of file spatial.cpp.
BOOST_AUTO_TEST_CASE | ( | test_skew_square | ) |
Definition at line 1055 of file spatial.cpp.
BOOST_AUTO_TEST_CASE | ( | test_spatial_axis | ) |
Definition at line 1158 of file spatial.cpp.