kdlTypekitRotation.cpp
Go to the documentation of this file.
1 #include "kdlTypekit.hpp"
2 
23 
24 namespace KDL{
25  using namespace std;
26  using namespace RTT;
27 
29  RTT::types::Types()->addType( new KDLTypeInfo<Rotation>("KDL.Rotation") );
30  RTT::types::Types()->addType( new SequenceTypeInfo<std::vector< Rotation > >("KDL.Rotation[]") );
31  RTT::types::Types()->addType( new CArrayTypeInfo<RTT::types::carray< Rotation > >("KDL.cRotation[]") );
32  }
33 }
TypeInfoRepository::shared_ptr Types()
void loadRotationTypes()


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