#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 (vsRandomAxis) | |
BOOST_AUTO_TEST_CASE (vsRXRY) | |
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-universal.cpp.
BOOST_AUTO_TEST_CASE | ( | vsRandomAxis | ) |
Definition at line 124 of file joint-universal.cpp.
BOOST_AUTO_TEST_CASE | ( | vsRXRY | ) |
Definition at line 36 of file joint-universal.cpp.