The discussions starts with explaining the improved TypeInfo infrastructure:
ROS messages and orogen
Sylvain explains how orogen works
Sylvain shows how orogen requires the #ifndef __orogen in the headers listed. gccxml is a fix for this too.
Hosting on gitorious is being discussed. It allows us to group code in 'projects' and collaborate better using git.
Autoproj is discussed as a tool to bootstrap the orocos packages. It's an alternative to manually download and build everything. It may work in parallel with rosbuild, in case application software depends on both ros and orocos. This needs to be tested.
The work is divided for the rest of the day:
We decided to rename orogen to typegen
The day concluded with investigating the code size/compile time issue. The culprits are the operations added to the ports in the typekit code. We investigated several solutions to tackle this, especially in the light of code/typekit generation.