include/mrpt_bridge/beacon.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 <stdint.h>
13 #include <string>
14 
15 namespace std
16 {
17 template <class T>
18 class allocator;
19 }
20 
21 namespace geometry_msgs
22 {
23 template <class ContainerAllocator>
24 struct Pose_;
26 } // namespace geometry_msgs
27 
28 namespace mrpt_msgs
29 {
30 template <class ContainerAllocator>
33 } // namespace mrpt_msgs
34 
35 namespace mrpt
36 {
37 namespace poses
38 {
39 class CPose3D;
40 }
41 } // namespace mrpt
42 
43 namespace mrpt
44 {
45 namespace obs
46 {
47 class CObservationBeaconRanges;
48 }
49 } // namespace mrpt
50 
51 namespace mrpt_bridge
52 {
61 bool convert(
63  const mrpt::poses::CPose3D& _pose,
64 
65  mrpt::obs::CObservationBeaconRanges& _obj);
66 
72 bool convert(
73 
74  const mrpt::obs::CObservationBeaconRanges& _obj,
76 
83 bool convert(
84  const mrpt::obs::CObservationBeaconRanges& _obj,
86 
89 } // namespace mrpt_bridge
ObservationRangeBeacon_< std::allocator< void > > ObservationRangeBeacon
File includes methods for converting CNetworkOfPoses*DInf <=> NetworkOfPoses message types...
bool convert(const mrpt::obs::CObservationBeaconRanges &_obj, mrpt_msgs::ObservationRangeBeacon &_msg, geometry_msgs::Pose &_pose)


mrpt_bridge
Author(s): Markus Bader , Raphael Zack
autogenerated on Thu May 12 2022 02:26:47