GPS.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 /*---------------------------------------------------------------
11  APPLICATION: mrpt_ros bridge
12  FILE: GPS.h
13  AUTHOR: Raghavender Sahdev <raghavendersahdev@gmail.com>
14  ---------------------------------------------------------------*/
15 
16 #pragma once
17 
18 #include <sensor_msgs/NavSatFix.h>
19 #include <mrpt/obs/CObservationGPS.h>
20 
21 using namespace mrpt::obs;
22 
26 
27 namespace mrpt_bridge
28 {
29 namespace GPS
30 {
35 bool ros2mrpt(const sensor_msgs::NavSatFix& msg, CObservationGPS& obj);
36 
46 bool mrpt2ros(
47  const CObservationGPS& obj, const std_msgs::Header& msg_header,
48  sensor_msgs::NavSatFix& msg);
49 } // namespace GPS
50 } // namespace mrpt_bridge
mrpt_bridge::GPS::mrpt2ros
bool mrpt2ros(const CObservationGPS &obj, const std_msgs::Header &msg_header, sensor_msgs::NavSatFix &msg)
Definition: GPS.cpp:54
mrpt::obs
Definition: include/mrpt_bridge/beacon.h:46
std_msgs::Header_
Definition: map.h:24
mrpt_bridge
File includes methods for converting CNetworkOfPoses*DInf <=> NetworkOfPoses message types.
Definition: include/mrpt_bridge/beacon.h:52
mrpt_bridge::GPS::ros2mrpt
bool ros2mrpt(const sensor_msgs::NavSatFix &msg, CObservationGPS &obj)
Definition: GPS.cpp:23


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