|
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 DEPTH_ODOMETRY_DEPTH_ODOMETRY_WRAPPER_PARAMS_H_
19 #define DEPTH_ODOMETRY_DEPTH_ODOMETRY_WRAPPER_PARAMS_H_
24 #include <Eigen/Geometry>
44 #endif // DEPTH_ODOMETRY_DEPTH_ODOMETRY_WRAPPER_PARAMS_H_
std::string method
Definition: depth_odometry_wrapper_params.h:32
Eigen::Affine3d haz_cam_A_haz_depth
Definition: depth_odometry_wrapper_params.h:34
PointToPlaneICPDepthOdometryParams icp
Definition: depth_odometry_wrapper_params.h:35
Definition: depth_image_features_and_points.h:34
Definition: image_features_with_known_correspondences_aligner_depth_odometry_params.h:32
Eigen::Isometry3d Isometry3d(const Eigen::Vector3d &translation, const RotationType &rotation)
Definition: utilities.h:226
double max_depth_images
Definition: depth_odometry_wrapper_params.h:40
Eigen::Isometry3d body_T_haz_cam
Definition: depth_odometry_wrapper_params.h:33
double max_buffer_size
Definition: depth_odometry_wrapper_params.h:38
Eigen::Affine3d Affine3d(const Eigen::Matrix< double, 7, 1 > &affine_vector)
Definition: utilities.cc:43
Definition: depth_odometry_wrapper_params.h:29
double max_image_and_point_cloud_time_diff
Definition: depth_odometry_wrapper_params.h:30
ImageFeaturesWithKnownCorrespondencesAlignerDepthOdometryParams image_features
Definition: depth_odometry_wrapper_params.h:36
Definition: point_to_plane_icp_depth_odometry_params.h:27