evarobot_orientation.h
Go to the documentation of this file.
00001 #ifndef INCLUDE_EVAROBOT_ORIENTATION_H_
00002 #define INCLUDE_EVAROBOT_ORIENTATION_H_
00003 
00004 #include "ros/ros.h"
00005 #include "sensor_msgs/Imu.h"
00006 #include "geometry_msgs/Quaternion.h"
00007 #include "geometry_msgs/Vector3.h"
00008 
00009 #include "nav_msgs/Odometry.h"
00010 
00011 #include "IMUM6.h"
00012 
00013 #include <sstream>
00014 
00015 #include <diagnostic_updater/diagnostic_updater.h>
00016 #include <diagnostic_updater/publisher.h>
00017 
00018 #include <ros/console.h>
00019 #include <ErrorCodes.h>
00020 
00021 //#ifndef DEBUG
00022 //#define DEBUG
00023 //#endif
00024 
00025 //#ifndef TEST
00026 //#define TEST
00027 //#endif
00028 
00029 #define SERIAL_PATH "/dev/ttyAMA0"
00030 #define BAUDRATE B115200
00031 #define DATABITS CS8
00032 
00033 // 0: No Parity; 
00034 // 1: ODD Parity; 
00035 // 2: Even Parity
00036 #define PARITY 0 
00037 #define STOP_BITS 0
00038 
00039 using namespace std;
00040 
00041 #endif


evarobot_orientation
Author(s): Mehmet Akcakoca
autogenerated on Fri Feb 12 2016 01:15:29