#include <ros/ros.h>
#include <opencv2/core/core.hpp>
#include <image_transport/image_transport.h>
#include <cv_bridge/cv_bridge.h>
#include <sensor_msgs/image_encodings.h>
#include <dynamic_reconfigure/server.h>
#include <blort_ros/DetectorConfig.h>
#include <blort_ros/SetCameraInfo.h>
#include "../gldetector.h"
Go to the source code of this file.
Classes | |
class | DetectorNode |
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 185 of file detector_node.cpp.