#include <boost/version.hpp>
#include <ros/ros.h>
#include <nodelet/nodelet.h>
#include <image_transport/image_transport.h>
#include <image_transport/subscriber_filter.h>
#include <message_filters/subscriber.h>
#include <message_filters/synchronizer.h>
#include <message_filters/sync_policies/exact_time.h>
#include <message_filters/sync_policies/approximate_time.h>
#include <sensor_msgs/image_encodings.h>
#include <sensor_msgs/point_cloud2_iterator.h>
#include <sensor_msgs/PointCloud2.h>
#include <image_geometry/pinhole_camera_model.h>
#include <xiaoqiang_depth_image_proc/depth_traits.h>
#include <cv_bridge/cv_bridge.h>
#include <opencv2/imgproc/imgproc.hpp>
#include <pluginlib/class_list_macros.h>
Go to the source code of this file.
Classes | |
class | xiaoqiang_depth_image_proc::PointCloudXyzrgbNodelet |
Namespaces | |
xiaoqiang_depth_image_proc | |
Functions | |
PLUGINLIB_EXPORT_CLASS (xiaoqiang_depth_image_proc::PointCloudXyzrgbNodelet, nodelet::Nodelet) | |
PLUGINLIB_EXPORT_CLASS | ( | xiaoqiang_depth_image_proc::PointCloudXyzrgbNodelet | , |
nodelet::Nodelet | |||
) |