[Rock-dev] load_type "/logger/Annotations" dosn't work

Sylvain Joyeux sylvain.joyeux at dfki.de
Mon Mar 12 10:55:43 CET 2012


On 03/12/2012 10:30 AM, Alexander Duda wrote:
> On Mon, 2012-03-12 at 10:06 +0100, Matthias Goldhoorn wrote:
>> I just updated since a longer time the seegrip project.
>>
>> I tried to adapted the logger marker changes, because the build for some
>> base deployments fail.
>> It was needed to load the logger/Marker type manually with the following
>> command (because i manually configure the logger)
>>
>>    17         load_type "/logger/Annotations"
>
> In which context do you use this method? It is neither defined in
> tools/logger nor in tools/orocos.rb
It is in tools/orogen.

This is not a runtime, but a compile-time issue. If you deploy a logger with

   deployment 'logger_only' do
     add_default_logger
   end

then the logger typekit is NOT loaded in this deployment as there are no 
ports / properties that require it. Matthias and I discussed it and 
Matthias added the load_type specification to tell oroGen that this type 
is indeed needed in this deployment:

   deployment 'logger_only' do
     load_type '/logger/Annotations'
     add_default_logger
   end

-- 
Sylvain Joyeux (Dr.Ing.)
Space & Security 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