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
00022
00023
00024
00025
00026
00027
00028
00029 #define SERIAL_PATH "/dev/ttyAMA0"
00030 #define BAUDRATE B115200
00031 #define DATABITS CS8
00032
00033
00034
00035
00036 #define PARITY 0
00037 #define STOP_BITS 0
00038
00039 using namespace std;
00040
00041 #endif