| 
    MRPT
    1.9.9
    
   | 
 
#include <geometry_msgs/Pose.h>#include <geometry_msgs/Quaternion.h>#include <mrpt/obs/CObservationIMU.h>#include <sensor_msgs/Imu.h>#include <cstring>Go to the source code of this file.
Namespaces | |
| mrpt::ros1bridge | |
| ROS message: http://docs.ros.org/api/sensor_msgs/html/msg/NavSatFix.html MRPT message: https://github.com/MRPT/mrpt/blob/master/libs/obs/include/mrpt/obs/CObservationGPS.h.  | |
Functions | |
| bool | mrpt::ros1bridge::fromROS (const sensor_msgs::Imu &msg, mrpt::obs::CObservationIMU &obj) | 
| Convert sensor_msgs/Imu -> mrpt::obs::CObservationIMU // STILL NEED TO WRITE CODE FOR COVARIANCE.  More... | |
| bool | mrpt::ros1bridge::toROS (const mrpt::obs::CObservationIMU &obj, const std_msgs::Header &msg_header, sensor_msgs::Imu &msg) | 
| Convert mrpt::obs::CObservationIMU -> sensor_msgs/Imu The user must supply the "msg_header" field to be copied into the output message object, since that part does not appear in MRPT classes.  More... | |
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 3a26b90fd Wed Mar 25 20:17:03 2020 +0100 at miƩ mar 25 23:05:41 CET 2020 |