[Rock-dev] Small behaviour change in Roby loading (hopefully for	the best)
    Sylvain Joyeux 
    sylvain.joyeux at dfki.de
       
    Tue Feb 28 16:10:07 CET 2012
    
    
  
Until now, when one was doing
   import_types_from "orogen_project_name"
in a model file, that was causing the complete task library to load and, 
as a side effect, the tasks/orogen/orogen_project_name.rb file.
This will change in the next days, on master (and was a recognized bug 
in the Roby loader). What it means in practice is that some models that 
are defined in the project-specific files might become not available. To 
fix, just add
   using_task_library 'orogen_project_name' where relevant
Sylvain
    
    
More information about the Rock-dev
mailing list