C++ sensor fusion/filtering code that uses flexkalman.
More...
#include "tracking/t_lowpass.hpp"
#include "tracking/t_lowpass_vector.hpp"
#include "math/m_api.h"
#include "util/u_time.h"
#include "util/u_debug.h"
#include <Eigen/Core>
#include <Eigen/Geometry>
#include "flexkalman/EigenQuatExponentialMap.h"
Go to the source code of this file.
C++ sensor fusion/filtering code that uses flexkalman.
- Author
- Ryan Pavlik ryan..nosp@m.pavl.nosp@m.ik@co.nosp@m.llab.nosp@m.ora.c.nosp@m.om
◆ SIMPLE_IMU_DEBUG
#define SIMPLE_IMU_DEBUG |
( |
|
MSG | ) |
|
◆ SIMPLE_IMU_SPEW
#define SIMPLE_IMU_SPEW |
( |
|
MSG | ) |
|
Value:do { \
if (spew_) { \
printf("SimpleIMU(%p): " MSG "\n", \
(const void *)this); \
} \
} while (0)