stereo_image.h
Go to the documentation of this file.
1 /* +------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | http://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2017, Individual contributors, see AUTHORS file |
6  | See: http://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in http://www.mrpt.org/License |
8  +------------------------------------------------------------------------+ */
9 
10 /*---------------------------------------------------------------
11  APPLICATION: mrpt_ros bridge
12  FILE: stereo_image.h
13  AUTHOR: Raghavender Sahdev <raghavendersahdev@gmail.com>
14  ---------------------------------------------------------------*/
15 
16 #ifndef MRPT_BRIDGE_STEREO_IMAGE_H
17 #define MRPT_BRIDGE_STEREO_IMAGE_H
18 
19 #include <cstring> // size_t
20 #include <sensor_msgs/Image.h>
21 #include <mrpt/obs/CObservationStereoImages.h>
22 #include <stereo_msgs/DisparityImage.h>
23 
24 using namespace mrpt::obs;
25 
26 
27 namespace mrpt_bridge
28 {
29  namespace stereo_image
30  {
31  bool mrpt2ros(const CObservationStereoImages &obj,const std_msgs::Header &msg_header,
32  sensor_msgs::Image &left, sensor_msgs::Image &right,
33  stereo_msgs::DisparityImage &disparity);
34  }
35 }
36 
37 
38 #endif //MRPT_BRIDGE_STEREO_IMAGE_H
File includes methods for converting CNetworkOfPoses*DInf <=> NetworkOfPoses message types...
bool mrpt2ros(const CObservationStereoImages &obj, const std_msgs::Header &msg_header, sensor_msgs::Image &left, sensor_msgs::Image &right, stereo_msgs::DisparityImage &disparity)


mrpt_bridge
Author(s): Markus Bader , Raphael Zack
autogenerated on Sat Apr 28 2018 02:49:17