#include "pinocchio/multibody/joint/joint-composite.hpp"#include "pinocchio/algorithm/joint-configuration.hpp"#include "pinocchio/algorithm/kinematics.hpp"#include <iostream>#include <boost/test/unit_test.hpp>#include <boost/utility/binary.hpp>
Go to the source code of this file.
| Classes | |
| struct | TestJointComposite | 
| Functions | |
| BOOST_AUTO_TEST_CASE (chain) | |
| BOOST_AUTO_TEST_CASE (test_basic) | |
| BOOST_AUTO_TEST_CASE (test_copy) | |
| BOOST_AUTO_TEST_CASE (test_kinematics) | |
| BOOST_AUTO_TEST_CASE (test_recursive_variant) | |
| BOOST_AUTO_TEST_CASE (vsTranslation) | |
| BOOST_AUTO_TEST_CASE (vsZYX) | |
| template<typename JointModel > | |
| void | test_joint_methods (const JointModelBase< JointModel > &jmodel) | 
| template<typename JointModel > | |
| void | test_joint_methods (const JointModelBase< JointModel > &jmodel, JointModelComposite &jmodel_composite) | 
| BOOST_AUTO_TEST_CASE | ( | chain | ) | 
Definition at line 224 of file joint-composite.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_basic | ) | 
Definition at line 212 of file joint-composite.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_copy | ) | 
Definition at line 272 of file joint-composite.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_kinematics | ) | 
Definition at line 296 of file joint-composite.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_recursive_variant | ) | 
Create joint composite with two joints,
Create Joint composite with three joints, and add a composite in it, to test the recursive_wrapper
Definition at line 259 of file joint-composite.cpp.
| BOOST_AUTO_TEST_CASE | ( | vsTranslation | ) | 
Definition at line 247 of file joint-composite.cpp.
| BOOST_AUTO_TEST_CASE | ( | vsZYX | ) | 
Definition at line 235 of file joint-composite.cpp.
| void test_joint_methods | ( | const JointModelBase< JointModel > & | jmodel | ) | 
Definition at line 21 of file joint-composite.cpp.
| void test_joint_methods | ( | const JointModelBase< JointModel > & | jmodel, | 
| JointModelComposite & | jmodel_composite | ||
| ) | 
Definition at line 28 of file joint-composite.cpp.