[Rock-dev] Missing typekit not created automatically?

Sylvain Joyeux sylvain.joyeux at dfki.de
Fri Oct 11 13:27:20 CEST 2013


On 10/11/2013 12:11 PM, Christian Rauch wrote:
> Do I still have to write the Opaque type manually or is there a way to 
> create them for such structures automatically?
If you have called
  import_types_from 'base'

it will be generated automatically. In any case, oroGen will generate a
warning if it ignores the type. You can see these warnings either in
autoproj's -orogen log file for your package or by calling

  make -C build regen

in the package source directory.

If you don't use the type (i.e. don't create a port/property/operation
that use it or declare a dynamic port of this type), you have to export
it manually (but I think you know that already)

  typekit.export_type 'type_to_vector/samples/VectorXd'

-- 
Sylvain Joyeux (Dr.Ing.)
Senior Researcher

Space & Security Robotics
Underwater Robotics

!!! Achtung, neue Telefonnummer!!!

Standort Bremen:
DFKI GmbH
Robotics Innovation Center
Robert-Hooke-Straße 5
28359 Bremen, Germany

Phone: +49 (0)421 178-454136
Fax:   +49 (0)421 218-454150
E-Mail: robotik at dfki.de

Weitere Informationen: http://www.dfki.de/robotik
-----------------------------------------------------------------------
Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern
Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster
(Vorsitzender) Dr. Walter Olthoff
Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
Amtsgericht Kaiserslautern, HRB 2313
Sitz der Gesellschaft: Kaiserslautern (HRB 2313)
USt-Id.Nr.:    DE 148646973
Steuernummer:  19/673/0060/3
----------------------------------------------------------------------- 



More information about the Rock-dev mailing list