#include <ros/ros.h>
#include <nodelet/nodelet.h>
#include <boost/thread.hpp>
#include <image_transport/image_transport.h>
Go to the source code of this file.
Classes | |
class | opencv_apps::Nodelet |
Nodelet to automatically subscribe/unsubscribe topics according to subscription of advertised topics. More... | |
Namespaces | |
namespace | opencv_apps |
Demo code to calculate moments. | |
Defines | |
#define | nullptr NULL |
Enumerations | |
enum | opencv_apps::ConnectionStatus { opencv_apps::NOT_INITIALIZED, opencv_apps::NOT_SUBSCRIBED, opencv_apps::SUBSCRIBED } |
Enum to represent connection status. More... |