NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
Classes | |
class | CameraModel |
class | CameraParameters |
Enumerations | |
enum | { RAW, DISTORTED, DISTORTED_C, UNDISTORTED, UNDISTORTED_C } |
Variables | |
const char | distortion_msg [] |
camera::DECLARE_CONVERSION | ( | DISTORTED | , |
UNDISTORTED | |||
) |
camera::DECLARE_CONVERSION | ( | DISTORTED | , |
UNDISTORTED_C | |||
) |
camera::DECLARE_CONVERSION | ( | DISTORTED_C | , |
UNDISTORTED_C | |||
) |
camera::DECLARE_CONVERSION | ( | UNDISTORTED | , |
DISTORTED | |||
) |
camera::DECLARE_CONVERSION | ( | UNDISTORTED | , |
UNDISTORTED_C | |||
) |
camera::DECLARE_CONVERSION | ( | UNDISTORTED_C | , |
DISTORTED | |||
) |
camera::DECLARE_CONVERSION | ( | UNDISTORTED_C | , |
DISTORTED_C | |||
) |
camera::DECLARE_CONVERSION | ( | UNDISTORTED_C | , |
UNDISTORTED | |||
) |
camera::DECLARE_INTRINSIC | ( | DISTORTED | ) |
camera::DECLARE_INTRINSIC | ( | DISTORTED_C | ) |
camera::DECLARE_INTRINSIC | ( | RAW | ) |
camera::DECLARE_INTRINSIC | ( | UNDISTORTED | ) |
camera::DECLARE_INTRINSIC | ( | UNDISTORTED_C | ) |
camera::DEFINE_CONVERSION | ( | DISTORTED | , |
UNDISTORTED | |||
) |
camera::DEFINE_CONVERSION | ( | DISTORTED | , |
UNDISTORTED_C | |||
) |
camera::DEFINE_CONVERSION | ( | DISTORTED_C | , |
UNDISTORTED_C | |||
) |
camera::DEFINE_CONVERSION | ( | UNDISTORTED | , |
DISTORTED | |||
) |
camera::DEFINE_CONVERSION | ( | UNDISTORTED | , |
UNDISTORTED_C | |||
) |
camera::DEFINE_CONVERSION | ( | UNDISTORTED_C | , |
DISTORTED | |||
) |
camera::DEFINE_CONVERSION | ( | UNDISTORTED_C | , |
DISTORTED_C | |||
) |
camera::DEFINE_CONVERSION | ( | UNDISTORTED_C | , |
UNDISTORTED | |||
) |
camera::DEFINE_INTRINSIC | ( | DISTORTED | ) |
camera::DEFINE_INTRINSIC | ( | DISTORTED_C | ) |
camera::DEFINE_INTRINSIC | ( | RAW | ) |
camera::DEFINE_INTRINSIC | ( | UNDISTORTED | ) |
camera::DEFINE_INTRINSIC | ( | UNDISTORTED_C | ) |
void camera::RodriguesToRotation | ( | Eigen::Vector3d const & | vector, |
Eigen::Matrix3d * | rotation | ||
) |
void camera::RotationToRodrigues | ( | Eigen::Matrix3d const & | rotation, |
Eigen::Vector3d * | vector | ||
) |
const char camera::distortion_msg[] |