heading_calculator
/build/rock-master-18.09-planning-orogen-heading-calculator-0.20131127/heading_calculatorTypes.hpp
Go to the documentation of this file.
1 #ifndef heading_calculator_TYPES_HPP
2 #define heading_calculator_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 heading_calculator {
12 }
13 
14 #endif
15 
Definition: heading_calculatorTypes.hpp:11