kdlTypekitJacobian.cpp
Go to the documentation of this file.
1 #include "kdlTypekit.hpp"
2 
13 
14 namespace KDL{
15  using namespace std;
16  using namespace RTT;
17 
19  RTT::types::Types()->addType( new KDLTypeInfo<Jacobian>("KDL.Jacobian") );
20  RTT::types::Types()->addType( new SequenceTypeInfo<std::vector< Jacobian > >("KDL.Jacobian[]") );
21  RTT::types::Types()->addType( new CArrayTypeInfo<RTT::types::carray< Jacobian > >("KDL.cJacobian[]") );
22  }
23 
24 }
25 
void loadJacobianTypes()
TypeInfoRepository::shared_ptr Types()


kdl_typekit
Author(s): Steven Bellens, Ruben Smits
autogenerated on Wed Jul 3 2019 19:39:45