#include "pinocchio/algorithm/crba.hpp"
#include "pinocchio/algorithm/centroidal.hpp"
#include "pinocchio/algorithm/rnea.hpp"
#include "pinocchio/algorithm/jacobian.hpp"
#include "pinocchio/algorithm/center-of-mass.hpp"
#include "pinocchio/algorithm/joint-configuration.hpp"
#include "pinocchio/multibody/sample-models.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.
Functions | |
template<typename JointModel > | |
static void | addJointAndBody (pinocchio::Model &model, const pinocchio::JointModelBase< JointModel > &joint, const std::string &parent_name, const std::string &name, const pinocchio::SE3 placement=pinocchio::SE3::Random(), bool setRandomLimits=true) |
BOOST_AUTO_TEST_CASE (test_ccrba) | |
BOOST_AUTO_TEST_CASE (test_centroidal_mapping) | |
BOOST_AUTO_TEST_CASE (test_centroidal_mapping_time_derivative) | |
BOOST_AUTO_TEST_CASE (test_computeCentroidalMomentum_computeCentroidalMomentumTimeVariation) | |
BOOST_AUTO_TEST_CASE (test_dccrb) | |
|
static |
Definition at line 22 of file unittest/centroidal.cpp.
BOOST_AUTO_TEST_CASE | ( | test_ccrba | ) |
Definition at line 52 of file unittest/centroidal.cpp.
BOOST_AUTO_TEST_CASE | ( | test_centroidal_mapping | ) |
Definition at line 93 of file unittest/centroidal.cpp.
BOOST_AUTO_TEST_CASE | ( | test_centroidal_mapping_time_derivative | ) |
Definition at line 281 of file unittest/centroidal.cpp.
BOOST_AUTO_TEST_CASE | ( | test_computeCentroidalMomentum_computeCentroidalMomentumTimeVariation | ) |
Definition at line 306 of file unittest/centroidal.cpp.
BOOST_AUTO_TEST_CASE | ( | test_dccrb | ) |
Definition at line 115 of file unittest/centroidal.cpp.