Skip to content

Commit

Permalink
Merge pull request #2273 from mathue/patch-1
Browse files Browse the repository at this point in the history
Setting the resolution of the occupancy grid
  • Loading branch information
taketwo authored Apr 4, 2018
2 parents 3abf9a9 + 998c90a commit f8826e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recognition/include/pcl/recognition/hv/hv_go.h
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,11 @@ namespace pcl

void
verify();

void setResolutionOccupancyGrid(float r)
{
res_occupancy_grid_ = r;
}

void setRadiusNormals(float r)
{
Expand Down

0 comments on commit f8826e3

Please sign in to comment.