HokuyoAIST
3.0.2
|
#include <algorithm>
#include <cassert>
#include <flexiport/port.h>
#include <iostream>
#include <string>
#include <vector>
#include <stdint.h>
Go to the source code of this file.
Namespaces | |
hokuyoaist | |
Macros | |
#define | HOKUYOAIST_EXPORT |
Functions | |
double | hokuyoaist::RTOD (double rad) |
double | hokuyoaist::DTOR (double deg) |
template<typename T > | |
T | hokuyoaist::median (std::vector< T > &v) |
Find the median value of a std::vector. More... | |
Variables | |
double const | hokuyoaist::M_PI = 3.14159265358979323846 |