|
NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
Go to the documentation of this file.
18 #ifndef VISION_COMMON_POSE_WITH_COVARIANCE_AND_INLIERS_H_
19 #define VISION_COMMON_POSE_WITH_COVARIANCE_AND_INLIERS_H_
23 #include <Eigen/Geometry>
30 const std::vector<int>&
inliers)
36 #endif // VISION_COMMON_POSE_WITH_COVARIANCE_AND_INLIERS_H_
Definition: brisk_feature_detector_and_matcher.h:25
PoseCovariance covariance
Definition: pose_with_covariance.h:38
Eigen::Matrix< double, 6, 6 > PoseCovariance
Definition: pose_with_covariance.h:27
std::vector< int > inliers
Definition: pose_with_covariance_and_inliers.h:32
Eigen::Isometry3d Isometry3d(const Eigen::Vector3d &translation, const RotationType &rotation)
Definition: utilities.h:226
Eigen::Isometry3d pose
Definition: pose_with_covariance.h:37
Definition: pose_with_covariance_and_inliers.h:28
Definition: pose_with_covariance.h:28
PoseWithCovariance()
Definition: pose_with_covariance.h:35
PoseWithCovarianceAndInliers(const Eigen::Isometry3d &pose, const localization_common::PoseCovariance &covariance, const std::vector< int > &inliers)
Definition: pose_with_covariance_and_inliers.h:29