00001
00028 #ifndef _SR_MOVEMENTS_HPP_
00029 #define _SR_MOVEMENTS_HPP_
00030
00031 #include <ros/ros.h>
00032
00033 #include <boost/thread.hpp>
00034
00035 namespace shadowrobot
00036 {
00037 class SrMovements
00038 {
00039 public:
00040 SrMovements();
00041 virtual ~SrMovements();
00042 };
00043 }
00044
00045
00046
00047
00048
00049
00050
00051 #endif