joint-free-flyer.cpp
Go to the documentation of this file.
1 //
2 // Copyright (c) 2015-2020 CNRS INRIA
3 // Copyright (c) 2015 Wandercraft, 86 rue de Paris 91400 Orsay, France.
4 //
5 
6 #include "pinocchio/math/fwd.hpp"
7 #include "pinocchio/multibody/joint/joints.hpp"
8 #include "pinocchio/algorithm/rnea.hpp"
9 #include "pinocchio/algorithm/aba.hpp"
10 #include "pinocchio/algorithm/crba.hpp"
11 #include "pinocchio/algorithm/jacobian.hpp"
12 #include "pinocchio/algorithm/compute-all-terms.hpp"
13 
14 #include <boost/test/unit_test.hpp>
15 #include <iostream>
16 
17 using namespace pinocchio;
18 
19 BOOST_AUTO_TEST_SUITE(JointFreeFlyer)
20 
22 {
24 
26  Motion Sv = constraint * v.toVector();
27 
28  BOOST_CHECK(Sv == v);
29 }
30 
31 BOOST_AUTO_TEST_SUITE_END()
JointCollectionTpl const Eigen::MatrixBase< ConfigVectorType > const Eigen::MatrixBase< TangentVectorType > & v
BOOST_AUTO_TEST_CASE(spatial)
Main pinocchio namespace.
Definition: timings.cpp:30
ToVectorConstReturnType toVector() const
Definition: motion-base.hpp:37
static MotionTpl Random()
Definition: motion-tpl.hpp:90


pinocchio
Author(s):
autogenerated on Tue Jun 1 2021 02:45:03