#include <iostream>
#include <pinocchio/math/rotation.hpp>
#include <pinocchio/math/sincos.hpp>
#include <Eigen/Geometry>
#include <boost/variant.hpp>
#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_orthogonal_projection) | |
BOOST_AUTO_TEST_CASE (test_toRotationMatrix) | |
BOOST_AUTO_TEST_CASE | ( | test_orthogonal_projection | ) |
Definition at line 46 of file rotation.cpp.
BOOST_AUTO_TEST_CASE | ( | test_toRotationMatrix | ) |
Definition at line 18 of file rotation.cpp.