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 <geometry_msgs/Pose.h>
13 #include <mrpt/obs/CObservationBeaconRanges.h>
14 #include <mrpt/poses/CPose3D.h>
15 #include <mrpt_msgs/ObservationRangeBeacon.h>
16 
17 #include <cstdint>
18 #include <string>
19 
21 {
30 bool fromROS(
31  const mrpt_msgs::ObservationRangeBeacon& _msg,
32  const mrpt::poses::CPose3D& _pose,
33  mrpt::obs::CObservationBeaconRanges& _obj);
34 
39 bool toROS(
40  const mrpt::obs::CObservationBeaconRanges& _obj,
41  mrpt_msgs::ObservationRangeBeacon& _msg);
42 
48 bool toROS(
49  const mrpt::obs::CObservationBeaconRanges& _obj,
50  mrpt_msgs::ObservationRangeBeacon& _msg, geometry_msgs::Pose& _pose);
51 
54 } // namespace mrpt_msgs_bridge
bool toROS(const mrpt::obs::CObservationBeaconRanges &_obj, mrpt_msgs::ObservationRangeBeacon &_msg)
File includes methods for converting CNetworkOfPoses*DInf <=> NetworkOfPoses message types...
Definition: beacon.h:20
bool fromROS(const mrpt_msgs::ObservationRangeBeacon &_msg, const mrpt::poses::CPose3D &_pose, mrpt::obs::CObservationBeaconRanges &_obj)


mrpt_msgs_bridge
Author(s): José Luis Blanco-Claraco
autogenerated on Thu Jun 1 2023 03:07:04