#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/parsers/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_dccrb) | |
| BOOST_AUTO_TEST_CASE (test_centroidal_mapping_time_derivative) | |
| BOOST_AUTO_TEST_CASE (test_computeCentroidalMomentum_computeCentroidalMomentumTimeVariation) | |
|
static |
Definition at line 22 of file centroidal.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_ccrba | ) |
Definition at line 56 of file centroidal.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_centroidal_mapping | ) |
Definition at line 87 of file centroidal.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_dccrb | ) |
Definition at line 109 of file centroidal.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_centroidal_mapping_time_derivative | ) |
Definition at line 263 of file centroidal.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_computeCentroidalMomentum_computeCentroidalMomentumTimeVariation | ) |
Definition at line 288 of file centroidal.cpp.