![]() |
Laelaps
2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
|
Laelaps built-in Inertial Measurement Unit class implementation. More...
#include <pthread.h>
#include <unistd.h>
#include <math.h>
#include <string>
#include <sstream>
#include "rnr/rnrconfig.h"
#include "rnr/serdev.h"
#include "rnr/log.h"
#include "Laelaps/laelaps.h"
#include "Laelaps/laeUtils.h"
#include "Laelaps/laeDesc.h"
#include "Laelaps/laeTune.h"
#include "Laelaps/laeImu.h"
#include "Laelaps/laeDb.h"
Go to the source code of this file.
Laelaps built-in Inertial Measurement Unit class implementation.
The current Laelaps uses the open-source CleanFlight firmware loaded on a Naze32 controller. The interface is serial USB.
Definition in file laeImu.cxx.