projection
/build/rock-master-18.09-perception-orogen-projection-0.20160606/projectionTypes.hpp
Go to the documentation of this file.
1 #ifndef projection_TYPES_HPP
2 #define projection_TYPES_HPP
3 
4 /* If you need to define types specific to your oroGen components, define them
5  * here. Required headers must be included explicitly
6  *
7  * However, it is common that you will only import types from your library, in
8  * which case you do not need this file
9  */
10 
11 namespace projection {
12 }
13 
14 #endif
15 
Definition: projectionTypes.hpp:11