Cheetah Software
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
rt_vectornav.h
Go to the documentation of this file.
1
#ifndef _rt_vectornav
2
#define _rt_vectornav
3
4
#include <lcm/lcm-cpp.hpp>
5
#include "
SimUtilities/IMUTypes.h
"
6
7
// incredibly obscure bug in SPI_IOC_MESSAGE macro is fixed by this
8
#ifdef __cplusplus
/* If this is a C++ compiler, use C linkage */
9
extern
"C"
{
10
#endif
11
12
#include "vn/sensors.h"
13
14
#ifdef __cplusplus
/* If this is a C++ compiler, use C linkage */
15
}
16
#endif
17
18
bool
init_vectornav
(
VectorNavData
* vd_data);
19
20
#endif
init_vectornav
bool init_vectornav(VectorNavData *vd_data)
Definition:
rt_vectornav.cpp:32
VectorNavData
Definition:
IMUTypes.h:13
IMUTypes.h
Data from IMUs.
home
dhkim
Public_Repository
Cheetah-Software
robot
include
rt
rt_vectornav.h
Generated by
1.8.11