kdlTypekitTwist.cpp
Go to the documentation of this file.
1 #include "kdlTypekit.hpp"
2 
10 template class RTT::InputPort< ::KDL::Twist >;
11 template class RTT::Property< ::KDL::Twist >;
12 template class RTT::Attribute< ::KDL::Twist >;
23 
24 namespace KDL{
25  using namespace std;
26  using namespace RTT;
27 
29  RTT::types::Types()->addType( new KDLVectorTypeInfo<Twist,6>("KDL.Twist") );
30  RTT::types::Types()->addType( new SequenceTypeInfo<std::vector< Twist > >("KDL.Twist[]") );
31  RTT::types::Types()->addType( new CArrayTypeInfo<RTT::types::carray< Twist > >("KDL.cTwist[]") );
32  }
33 }
void loadTwistTypes()
TypeInfoRepository::shared_ptr Types()


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