mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
Fixed segmentObstaclesFromGround() build error
This commit is contained in:
@@ -106,7 +106,7 @@ void segmentObstaclesFromGround(
|
||||
bool segmentFlatObstacles)
|
||||
{
|
||||
pcl::IndicesPtr indices(new std::vector<int>);
|
||||
segmentObstaclesFromGround(
|
||||
segmentObstaclesFromGround<PointT>(
|
||||
cloud,
|
||||
indices,
|
||||
ground,
|
||||
|
||||
Reference in New Issue
Block a user