#include <geolib/datatypes.h>
#include <geolib/ros/msg_conversions.h>
#include <opencv2/core/mat.hpp>
#include <opencv2/core/types.hpp>
#include <rgbd/view.h>
#include <rgbd/client.h>
#include <rgbd_msgs/Project2DTo3D.h>
#include <ros/console.h>
#include <ros/duration.h>
#include <ros/init.h>
#include <ros/master.h>
#include <ros/names.h>
#include <ros/node_handle.h>
#include <ros/service_client.h>
#include <ros/time.h>
#include <sensor_msgs/RegionOfInterest.h>
#include <memory>
#include <boost/circular_buffer.hpp>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
bool | srvGet3dPointFromROI (rgbd_msgs::Project2DTo3D::Request &req, rgbd_msgs::Project2DTo3D::Response &res) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ srvGet3dPointFromROI()
bool srvGet3dPointFromROI |
( |
rgbd_msgs::Project2DTo3D::Request & |
req, |
|
|
rgbd_msgs::Project2DTo3D::Response & |
res |
|
) |
| |
◆ g_last_images_