#include "pinocchio/math/fwd.hpp"
#include "pinocchio/multibody/joint/joints.hpp"
#include "pinocchio/algorithm/rnea.hpp"
#include "pinocchio/algorithm/aba.hpp"
#include "pinocchio/algorithm/crba.hpp"
#include "pinocchio/algorithm/jacobian.hpp"
#include "pinocchio/algorithm/compute-all-terms.hpp"
#include <boost/test/unit_test.hpp>
#include <iostream>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (cast) | |
BOOST_AUTO_TEST_CASE (isEqual) | |
BOOST_AUTO_TEST_CASE (test_disp) | |
BOOST_AUTO_TEST_CASE (transform) | |
BOOST_AUTO_TEST_CASE | ( | cast | ) |
Definition at line 249 of file all-joints.cpp.
BOOST_AUTO_TEST_CASE | ( | isEqual | ) |
Definition at line 208 of file all-joints.cpp.
BOOST_AUTO_TEST_CASE | ( | test_disp | ) |
Definition at line 276 of file all-joints.cpp.
BOOST_AUTO_TEST_CASE | ( | transform | ) |
Definition at line 226 of file all-joints.cpp.