|
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.
19 #ifndef LOCALIZATION_COMMON_POSE_WITH_COVARIANCE_H_
20 #define LOCALIZATION_COMMON_POSE_WITH_COVARIANCE_H_
24 #include <Eigen/Geometry>
42 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
46 #endif // LOCALIZATION_COMMON_POSE_WITH_COVARIANCE_H_
Definition: averager.h:33
PoseCovariance covariance
Definition: pose_with_covariance.h:38
TimestampedSet< PoseCovariance > correlation_covariances
Definition: pose_with_covariance.h:40
Eigen::Matrix< double, 6, 6 > PoseCovariance
Definition: pose_with_covariance.h:27
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.h:28
PoseWithCovariance()
Definition: pose_with_covariance.h:35
PoseWithCovariance(const Eigen::Isometry3d &pose, const PoseCovariance &covariance)
Definition: pose_with_covariance.h:29
PoseWithCovariance(const Eigen::Isometry3d &pose, const PoseCovariance &covariance, const TimestampedSet< PoseCovariance > &correlation_covariances)
Definition: pose_with_covariance.h:31