12 #include <geometry_msgs/Pose.h>    15 #include <sensor_msgs/LaserScan.h>    48     geometry_msgs::Pose& pose);
 
bool toROS(const mrpt::obs::CObservationGPS &obj, const std_msgs::Header &msg_header, sensor_msgs::NavSatFix &msg)
Convert mrpt::obs::CObservationGPS -> sensor_msgs/NavSatFix The user must supply the "msg_header" fie...
 
A "CObservation"-derived class that represents a 2D range scan measurement (typically from a laser sc...
 
ROS message: http://docs.ros.org/api/sensor_msgs/html/msg/NavSatFix.html MRPT message: https://github...
 
A class used to store a 3D pose (a 3D translation + a rotation in 3D). 
 
bool fromROS(const sensor_msgs::NavSatFix &msg, mrpt::obs::CObservationGPS &obj)
Convert sensor_msgs/NavSatFix -> mrpt::obs::CObservationGPS.