#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/approximate_time.h>#include <tf/transform_listener.h>#include <sensor_msgs/image_encodings.h>#include <image_geometry/pinhole_camera_model.h>#include <Eigen/Core>#include "depth_traits.h"#include <pluginlib/class_list_macros.h>
Go to the source code of this file.
Classes | |
| class | depth_image_proc::RegisterNodelet |
Namespaces | |
| namespace | depth_image_proc |
Functions | |
| PLUGINLIB_DECLARE_CLASS (depth_image_proc, register, depth_image_proc::RegisterNodelet, nodelet::Nodelet) | |
| PLUGINLIB_DECLARE_CLASS | ( | depth_image_proc | , |
| register | , | ||
| depth_image_proc::RegisterNodelet | , | ||
| nodelet::Nodelet | |||
| ) |