[Rock-dev] Missing typekit not created automatically?

Christian Rauch Christian.Rauch at dfki.de
Fri Oct 11 12:11:23 CEST 2013


Hello,

I created a own data type that I want to use in another task:

namespace type_to_vector {
namespace samples {
// a timestamped VectorXd
struct VectorXd {
     base::VectorXd data;
     base::Time time;
};
}
}


According to the documentation, I assume that the typekit will be 
generated automatically as the included data types are already known.
I still get the messages:
"No typekit for: /_type_to_vector_samples_VectorXd"
and
"no type /type_to_vector/samples/VectorXd has been registered in oroGen 
components"

Do I still have to write the Opaque type manually or is there a way to 
create them for such structures automatically?

Regards,
Christian


-- 
  Christian Rauch
  Space Robotics

  Universität Bremen
  FB 3 - Mathematik und Informatik
  AG Robotik
  Robert-Hooke-Straße 5
  28359 Bremen, Germany

  Tel:     +49 (0)421 178 45-6619
  Empfang: +49 (0)421 178 45-6611
  Fax:     +49 (0)421 178 45-4150
  E-Mail:  Christian.Rauch at dfki.de

  Weitere Informationen: http://www.informatik.uni-bremen.de/robotik



More information about the Rock-dev mailing list