Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kosuke55 committed Dec 7, 2021
1 parent efc2f16 commit 1f1ab69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions grid_map_pcl/include/grid_map_pcl/PclLoaderParameters.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ class PclLoaderParameters {
unsigned int minCloudPointsPerCell_ = 2;
unsigned int maxCloudPointsPerCell_ = 100000;
// 0: Smallest value among the average values ​​of each cluster
// 1: Mean value of the cluster with the most points
// 1: Largest value among the average values ​​of each cluster
// 2: Mean value of the cluster with the most points
unsigned int height_type_ = 0;
// For height_type 1
// For height_type 2
double height_thresh_ = 1.0;
};

Expand Down

0 comments on commit 1f1ab69

Please sign in to comment.