Skip to content

Commit

Permalink
Added OccupancyGrid::isGridFromDepth() method for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Oct 2, 2016
1 parent 29f4734 commit 6f00cba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions corelib/include/rtabmap/core/OccupancyGrid.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class RTABMAP_EXP OccupancyGrid
void parseParameters(const ParametersMap & parameters);
void setCellSize(float cellSize);
float getCellSize() const {return cellSize_;}
bool isGridFromDepth() const {return occupancyFromCloud_;}

template<typename PointT>
typename pcl::PointCloud<PointT>::Ptr segmentCloud(
Expand Down

0 comments on commit 6f00cba

Please sign in to comment.