NimbRo ROS Soccer Package
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nimbro_utils.h
1 // Header file that includes all nimbro utilities header files
2 // File: nimbro_utils.h
3 // Author: Philipp Allgeuer <pallgeuer@ais.uni-bonn.de>
4 
5 // Ensure header is only included once
6 #ifndef NIMBRO_UTILS_H
7 #define NIMBRO_UTILS_H
8 
15 namespace nimbro_utils {}
16 
17 // Includes
18 #include <nimbro_utils/ros_timing.h>
19 
20 #endif /* NIMBRO_UTILS_H */
21 // EOF