/home/laradmin/lar/sensors/imu/lse_xsens_mti/src/MTi/MTi.cpp File Reference
#include "MTi.h"
#include <cereal_port/CerealPort.h>
#include <vector>
#include <tf/transform_broadcaster.h>
#include <tf/transform_listener.h>
#include <nav_msgs/Odometry.h>
#include <gps_common/conversions.h>
#include <sensor_msgs/Imu.h>
#include <sensor_msgs/NavSatFix.h>
#include <sensor_msgs/NavSatStatus.h>
#include <string>
#include <stdio.h>
#include <stdlib.h>
#include <ros/ros.h>
#include <netinet/in.h>
Go to the source code of this file.
Functions |
void | float2hexa (float valuetoSwap, std::vector< unsigned char > &buffer) |
float | hexa2float (unsigned char *buffer) |
int | hexa2int (unsigned char *buffer) |
Function Documentation
void float2hexa |
( |
float |
valuetoSwap, |
|
|
std::vector< unsigned char > & |
buffer | |
|
) |
| | |
float hexa2float |
( |
unsigned char * |
buffer |
) |
|
int hexa2int |
( |
unsigned char * |
buffer |
) |
|