Sensor orientation helper function. More...
Go to the source code of this file.
Defines | |
#define | DEG_TO_RAD (M_PI / 180.0f) |
Typedefs | |
typedef std::pair< const std::string, const Eigen::Quaterniond > | OrientationPair |
Functions | |
static const OrientationPair | make_orientation (const std::string &name, const double roll, const double pitch, const double yaw) |
Variables | |
static const std::array< const OrientationPair, 39 > | sensor_orientations |
Sensor orientation helper function.
Definition in file uas_sensor_orientation.cpp.