point_cloud.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 #include <sensor_msgs/PointCloud.h>
13 
14 #include <mrpt/version.h>
15 #include <mrpt/maps/CSimplePointsMap.h>
16 #include <mrpt/maps/CColouredPointsMap.h>
17 
18 namespace mrpt_bridge
19 {
26 namespace point_cloud
27 {
34 bool ros2mrpt(
35  const sensor_msgs::PointCloud& msg, mrpt::maps::CSimplePointsMap& obj);
36 
46 bool mrpt2ros(
47  const mrpt::maps::CSimplePointsMap& obj, const std_msgs::Header& msg_header,
48  sensor_msgs::PointCloud& msg);
49 } // namespace point_cloud
50 
53 } // namespace mrpt_bridge
mrpt_bridge::point_cloud::ros2mrpt
bool ros2mrpt(const sensor_msgs::PointCloud &msg, mrpt::maps::CSimplePointsMap &obj)
std_msgs::Header_
Definition: map.h:24
mrpt_bridge::point_cloud::mrpt2ros
bool mrpt2ros(const mrpt::maps::CSimplePointsMap &obj, const std_msgs::Header &msg_header, sensor_msgs::PointCloud &msg)
mrpt_bridge
File includes methods for converting CNetworkOfPoses*DInf <=> NetworkOfPoses message types.
Definition: include/mrpt_bridge/beacon.h:52


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