point_cloud2.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-2018, 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 #pragma once
11 
12 namespace std
13 {
14 template <class T>
15 class allocator;
16 }
17 
18 namespace std_msgs
19 {
20 template <class ContainerAllocator>
21 struct Header_;
22 typedef Header_<std::allocator<void>> Header;
23 } // namespace std_msgs
24 
25 namespace sensor_msgs
26 {
27 template <class ContainerAllocator>
28 struct PointCloud2_;
30 } // namespace sensor_msgs
31 
32 #include <mrpt/version.h>
33 namespace mrpt
34 {
35 namespace maps
36 {
37 class CSimplePointsMap;
38 class CColouredPointsMap;
39 } // namespace maps
40 } // namespace mrpt
41 
42 namespace mrpt_bridge
43 {
53 bool copy(
54  const sensor_msgs::PointCloud2& msg, mrpt::maps::CSimplePointsMap& obj);
55 
65 bool copy(
66  const mrpt::maps::CSimplePointsMap& obj, const std_msgs::Header& msg_header,
68 
71 } // namespace mrpt_bridge
mrpt
Definition: include/mrpt_bridge/beacon.h:35
sensor_msgs::PointCloud2
PointCloud2_< std::allocator< void > > PointCloud2
Definition: point_cloud2.h:28
std_msgs::Header
Header_< std::allocator< void > > Header
Definition: map.h:24
std_msgs
std_msgs::Header_
Definition: map.h:24
mrpt_bridge::copy
bool copy(const sensor_msgs::PointCloud2 &msg, mrpt::maps::CSimplePointsMap &obj)
sensor_msgs::PointCloud2_
Definition: point_cloud2.h:28
std
mrpt_bridge
File includes methods for converting CNetworkOfPoses*DInf <=> NetworkOfPoses message types.
Definition: include/mrpt_bridge/beacon.h:52
sensor_msgs


mrpt_bridge
Author(s): Markus Bader , Raphael Zack
autogenerated on Sun Mar 6 2022 03:48:10