Frame conversions helper functions. More...
Go to the source code of this file.
Functions | |
static const Eigen::Affine3d | AIRCRAFT_BASELINK_AFFINE (AIRCRAFT_BASELINK_Q) |
static const Eigen::Affine3d & | get_static_transform_affine (const UAS::STATIC_TRANSFORM transform) |
static const Eigen::Affine3d | NED_ENU_AFFINE (NED_ENU_Q) |
Variables | |
static const Eigen::Quaterniond | AIRCRAFT_BASELINK_Q = UAS::quaternion_from_rpy(M_PI, 0.0, 0.0) |
static const Eigen::Quaterniond | NED_ENU_Q = UAS::quaternion_from_rpy(M_PI, 0.0, M_PI_2) |
Frame conversions helper functions.
Definition in file uas_frame_conversions.cpp.