|
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_MEASUREMENTS_RELATIVE_POSE_WITH_COVARIANCE_MEASUREMENT_H_
20 #define LOCALIZATION_MEASUREMENTS_RELATIVE_POSE_WITH_COVARIANCE_MEASUREMENT_H_
25 #include <gtsam/geometry/Pose3.h>
45 #endif // LOCALIZATION_MEASUREMENTS_RELATIVE_POSE_WITH_COVARIANCE_MEASUREMENT_H_
Eigen::Matrix< double, 6, 6 > PoseCovariance
Definition: pose_with_covariance_measurement.h:30
Definition: relative_pose_with_covariance_measurement.h:29
localization_common::Time timestamp_a
Definition: relative_pose_with_covariance_measurement.h:40
Definition: measurement.h:25
Definition: depth_correspondences.h:25
RelativePoseWithCovarianceMeasurement(const gtsam::Pose3 &relative_pose, const PoseCovariance &covariance, const localization_common::Time timestamp_a, const localization_common::Time timestamp_b)
Definition: relative_pose_with_covariance_measurement.h:30
localization_common::Time timestamp_b
Definition: relative_pose_with_covariance_measurement.h:41
gtsam::Pose3 relative_pose
Definition: relative_pose_with_covariance_measurement.h:38
double Time
Definition: time.h:23
PoseCovariance covariance
Definition: relative_pose_with_covariance_measurement.h:39