|
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 POINT_CLOUD_COMMON_POINT_TO_PLANE_ICP_PARAMS_H_
19 #define POINT_CLOUD_COMMON_POINT_TO_PLANE_ICP_PARAMS_H_
41 #endif // POINT_CLOUD_COMMON_POINT_TO_PLANE_ICP_PARAMS_H_
Definition: icp_correspondences.h:25
int num_coarse_to_fine_levels
Definition: point_to_plane_icp_params.h:35
double correspondence_rejector_surface_normal_threshold
Definition: point_to_plane_icp_params.h:30
bool correspondence_rejector_surface_normal
Definition: point_to_plane_icp_params.h:29
double fitness_threshold
Definition: point_to_plane_icp_params.h:25
double correspondence_rejector_median_distance_factor
Definition: point_to_plane_icp_params.h:32
bool downsample_last_coarse_to_fine_iteration
Definition: point_to_plane_icp_params.h:37
bool enforce_same_direction_normals
Definition: point_to_plane_icp_params.h:28
int max_iterations
Definition: point_to_plane_icp_params.h:26
Definition: point_to_plane_icp_params.h:22
bool correspondence_rejector_median_distance
Definition: point_to_plane_icp_params.h:31
double search_radius
Definition: point_to_plane_icp_params.h:23
bool symmetric_objective
Definition: point_to_plane_icp_params.h:27
bool coarse_to_fine
Definition: point_to_plane_icp_params.h:34
bool use_fitness_threshold_rejection
Definition: point_to_plane_icp_params.h:24
double coarse_to_fine_final_leaf_size
Definition: point_to_plane_icp_params.h:36