<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
 </head><body style="">
 
 
  <div>
   Hello,
  </div> 
  <div>
   &#160;
  </div> 
  <div>
   I have some problems using the transformer from rock. I am writing a task that needs the robots pose within a map, so in the orogen file I added:
  </div> 
  <div>
   &#160;
  </div> 
  <div>
   &#160;&#160;&#160; transformer do
   <br/>&#160;&#160; &#160;&#160;&#160; &#160;max_latency( 0.5 )
   <br/>&#160;&#160; &#160;&#160;&#160; &#160;transformation(&#34;robot&#34;, &#34;map&#34;)
   <br/>&#160;&#160; &#160;end
  </div> 
  <div>
   &#160;
  </div> 
  <div>
   The position is coming from a SLAM-module defined in the transforms.rb as:
  </div> 
  <div>
   &#160;
  </div> 
  <div>
   &#160;&#160;&#160; dynamic_transform &#34;velodyne_slam.pose_samples&#34;, &#34;body&#34; =&#62; &#34;world&#34;
  </div> 
  <div>
   &#160;
  </div> 
  <div>
   And the global frame names are mapped to the local ones for the task:
  </div> 
  <div>
   &#160;
  </div> 
  <div>
   # the global name that should be used for the internal map frame
   <br/>map_frame: world
   <br/>
   <br/># the global name that should be used for the internal robot frame
   <br/>robot_frame: body
  </div> 
  <div>
   &#160;
  </div> 
  <div>
   However, when I make call to &#34;_robot2map.get(ts, transformation, true)&#34; within the tasks transformer-callback, it always returns false.
  </div> 
  <div>
   What am I missing? I already set ORO_LOGLEVEL=6, is there another way to get more detailed error-messages from the transformer?
  </div> 
  <div>
   &#160;
  </div> 
  <div>
   &#160;
  </div> 
  <div>
   Thanks!
  </div> 
  <div id="ox-signature">
   --
   <br/> Sebastian Kasperski 
   <br/> Team Autonomie
   <br/>
   <br/> Besuchsadresse der Nebengesch&#228;ftstelle:
   <br/> DFKI GmbH
   <br/> Robotics Innovation Center
   <br/> Robert-Hooke-Stra&#223;e 5
   <br/> 28359 Bremen, Germany
   <br/> 
   <br/> Postadresse der Hauptgesch&#228;ftsstelle Standort Bremen:
   <br/> DFKI GmbH
   <br/> Robotics Innovation Center
   <br/> Robert-Hooke-Stra&#223;e 1
   <br/> 28359 Bremen, Germany
   <br/> 
   <br/> Tel.: +49 421 178 45-6636
   <br/> Zentrale: +49 421 178 45-0
   <br/> Fax: +49 421 178 45-4150 (Faxe bitte namentlich kennzeichnen)
   <br/> E-Mail: sebastian.kasperski@dfki.de
   <br/> 
   <br/> Weitere Informationen: http://www.dfki.de/robotik
   <br/> -----------------------------------------------------------------------
   <br/> Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
   <br/> Firmensitz: Trippstadter Stra&#223;e 122, D-67663 Kaiserslautern
   <br/> Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster 
   <br/> (Vorsitzender) Dr. Walter Olthoff
   <br/> Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
   <br/> Amtsgericht Kaiserslautern, HRB 2313
   <br/> Sitz der Gesellschaft: Kaiserslautern (HRB 2313)
   <br/> USt-Id.Nr.: DE 148646973
   <br/> Steuernummer: 19/673/0060/3 
   <br/> -----------------------------------------------------------------------
  </div>
 
</body></html>