Skip to content

Commit

Permalink
Delete useMaxHeightAsCellElevation_
Browse files Browse the repository at this point in the history
  • Loading branch information
kosuke55 committed Dec 7, 2021
1 parent 0a23458 commit efc2f16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grid_map_pcl/include/grid_map_pcl/PclLoaderParameters.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class PclLoaderParameters {
double clusterTolerance_ = 0.3;
unsigned int minNumPoints_ = 2;
unsigned int maxNumPoints_ = 1000000;
bool useMaxHeightAsCellElevation_;
};
struct OutlierRemovalParameters {
bool isRemoveOutliers_ = false;
Expand Down

0 comments on commit efc2f16

Please sign in to comment.