fcl-pinocchio-conversions.hpp
Go to the documentation of this file.
1 //
2 // Copyright (c) 2015-2016 CNRS
3 //
4 
5 #ifndef __pinocchio_fcl_convertion_hpp__
6 #define __pinocchio_fcl_convertion_hpp__
7 
9 #include "pinocchio/spatial/se3.hpp"
10 
11 namespace pinocchio
12 {
14  {
16  }
17 
19  {
20  return SE3(tf.getRotation(), tf.getTranslation());
21  }
22 
23 } // namespace pinocchio
24 
25 #endif // ifndef __pinocchio_fcl_convertion_hpp__
SE3 toPinocchioSE3(const hpp::fcl::Transform3f &tf)
const Vec3f & getTranslation() const
hpp::fcl::Transform3f toFclTransform3f(const SE3 &m)
ConstAngularRef rotation() const
Definition: se3-base.hpp:37
Main pinocchio namespace.
Definition: timings.cpp:28
SE3Tpl< double, 0 > SE3
const Matrix3f & getRotation() const
ConstLinearRef translation() const
Definition: se3-base.hpp:38


pinocchio
Author(s):
autogenerated on Fri Jun 23 2023 02:38:30