NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
point_to_plane_icp_params.h
Go to the documentation of this file.
1 /* Copyright (c) 2017, United States Government, as represented by the
2  * Administrator of the National Aeronautics and Space Administration.
3  *
4  * All rights reserved.
5  *
6  * The Astrobee platform is licensed under the Apache License, Version 2.0
7  * (the "License"); you may not use this file except in compliance with the
8  * License. You may obtain a copy of the License at
9  *
10  * http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing, software
13  * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15  * License for the specific language governing permissions and limitations
16  * under the License.
17  */
18 #ifndef POINT_CLOUD_COMMON_POINT_TO_PLANE_ICP_PARAMS_H_
19 #define POINT_CLOUD_COMMON_POINT_TO_PLANE_ICP_PARAMS_H_
20 
21 namespace point_cloud_common {
23  double search_radius;
33  // Coarse to fine options
38 };
39 } // namespace point_cloud_common
40 
41 #endif // POINT_CLOUD_COMMON_POINT_TO_PLANE_ICP_PARAMS_H_
point_cloud_common
Definition: icp_correspondences.h:25
point_cloud_common::PointToPlaneICPParams::num_coarse_to_fine_levels
int num_coarse_to_fine_levels
Definition: point_to_plane_icp_params.h:35
point_cloud_common::PointToPlaneICPParams::correspondence_rejector_surface_normal_threshold
double correspondence_rejector_surface_normal_threshold
Definition: point_to_plane_icp_params.h:30
point_cloud_common::PointToPlaneICPParams::correspondence_rejector_surface_normal
bool correspondence_rejector_surface_normal
Definition: point_to_plane_icp_params.h:29
point_cloud_common::PointToPlaneICPParams::fitness_threshold
double fitness_threshold
Definition: point_to_plane_icp_params.h:25
point_cloud_common::PointToPlaneICPParams::correspondence_rejector_median_distance_factor
double correspondence_rejector_median_distance_factor
Definition: point_to_plane_icp_params.h:32
point_cloud_common::PointToPlaneICPParams::downsample_last_coarse_to_fine_iteration
bool downsample_last_coarse_to_fine_iteration
Definition: point_to_plane_icp_params.h:37
point_cloud_common::PointToPlaneICPParams::enforce_same_direction_normals
bool enforce_same_direction_normals
Definition: point_to_plane_icp_params.h:28
point_cloud_common::PointToPlaneICPParams::max_iterations
int max_iterations
Definition: point_to_plane_icp_params.h:26
point_cloud_common::PointToPlaneICPParams
Definition: point_to_plane_icp_params.h:22
point_cloud_common::PointToPlaneICPParams::correspondence_rejector_median_distance
bool correspondence_rejector_median_distance
Definition: point_to_plane_icp_params.h:31
point_cloud_common::PointToPlaneICPParams::search_radius
double search_radius
Definition: point_to_plane_icp_params.h:23
point_cloud_common::PointToPlaneICPParams::symmetric_objective
bool symmetric_objective
Definition: point_to_plane_icp_params.h:27
point_cloud_common::PointToPlaneICPParams::coarse_to_fine
bool coarse_to_fine
Definition: point_to_plane_icp_params.h:34
point_cloud_common::PointToPlaneICPParams::use_fitness_threshold_rejection
bool use_fitness_threshold_rejection
Definition: point_to_plane_icp_params.h:24
point_cloud_common::PointToPlaneICPParams::coarse_to_fine_final_leaf_size
double coarse_to_fine_final_leaf_size
Definition: point_to_plane_icp_params.h:36