#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 | |
template<typename D > | |
void | addJointAndBody (Model &model, const JointModelBase< D > &jmodel, const Model::JointIndex parent_id, const SE3 &joint_placement, const std::string &joint_name, const Inertia &Y) |
BOOST_AUTO_TEST_CASE (spatial) | |
BOOST_AUTO_TEST_CASE (test_crba) | |
BOOST_AUTO_TEST_CASE (test_kinematics) | |
BOOST_AUTO_TEST_CASE (test_rnea) | |
BOOST_AUTO_TEST_CASE (vsPX) | |
void addJointAndBody | ( | Model & | model, |
const JointModelBase< D > & | jmodel, | ||
const Model::JointIndex | parent_id, | ||
const SE3 & | joint_placement, | ||
const std::string & | joint_name, | ||
const Inertia & | Y | ||
) |
Definition at line 20 of file joint-prismatic.cpp.
BOOST_AUTO_TEST_CASE | ( | spatial | ) |
Definition at line 36 of file joint-prismatic.cpp.
BOOST_AUTO_TEST_CASE | ( | test_crba | ) |
Definition at line 182 of file joint-prismatic.cpp.
BOOST_AUTO_TEST_CASE | ( | test_kinematics | ) |
Definition at line 93 of file joint-prismatic.cpp.
BOOST_AUTO_TEST_CASE | ( | test_rnea | ) |
Definition at line 137 of file joint-prismatic.cpp.
BOOST_AUTO_TEST_CASE | ( | vsPX | ) |
Definition at line 236 of file joint-prismatic.cpp.