IntelligentRoboticsLabs / gb_visual_detection_3d

88 stars 32 forks source link

Out of Range error occured #47

Closed Doroco closed 3 years ago

Doroco commented 3 years ago

my linux version is 16.04 kinect and there's

image

when pcl_index over 1000000 think there's some Problem

also i did

if(cloud_pcl->size() < pcl_index)
  continue;

but it doesn't work

Doroco commented 3 years ago

In pcl number of point cloud must be under 100000

esatgundogdu commented 3 years ago

Hi, I have the same error. Could you solve the problem?

Doroco commented 3 years ago

@esatgundogdu #53

esatgundogdu commented 3 years ago

Thank you so much, I have solved the problem.