global.h
Go to the documentation of this file.
00001 #define THROTTLE_VALUE 10
00002 #define FRAME_ID_STRING "xsens"
00003 
00004 #include <xsensdeviceapi.h>
00005 
00006 #include <ros/ros.h>
00007 #include <ros/console.h>
00008 
00009 #define PI 3.14159265359
00010 #define GRAVITY 9.80665
00011 
00016 typedef struct _outputSettings{
00017                         int orientationFreq;
00018                         bool orientationData;
00019 
00020                         int gpsFreq;
00021                         bool gpsData;
00022 
00023                         int temperatureFreq;
00024                         bool temperatureData;
00025 
00026                         int accelerationFreq;
00027                         bool accelerationData;
00028 
00029                         int pressureFreq;
00030                         bool pressureData;
00031 
00032                         int magneticFreq;
00033                         bool magneticData;
00034 
00035                         int altitudeFreq;
00036                         bool altitudeData;
00037 
00038                         int gyroscopeFreq;
00039                         bool gyroscopeData;
00040 
00041                         int velocityFreq;
00042                         bool velocityData;
00043                 } outputSettings;
00044 
00045 
00046 


mtig_driver
Author(s): Lucas Casanova Nogueira
autogenerated on Thu Jun 6 2019 18:25:27