#include <sstream>
#include <cv_bridge/cv_bridge.h>
#include <sensor_msgs/image_encodings.h>
#include <sensor_msgs/Image.h>
#include <opencv2/highgui/highgui.hpp>
#include <or_msgs/BoundingBox2D.h>
#include <or_msgs/ExtractKeyPoints.h>
#include <or_msgs/OrImage.h>
#include "Architecture/Config/Config.h"
#include "ORControlModule.h"
#include "ORMatchingModule.h"
Go to the source code of this file.
Defines | |
#define | THIS ORControlModule |
#define THIS ORControlModule |
Definition at line 25 of file ORControlModule.cpp.