camile666

Results 4 comments of camile666

Hi, have you figured out how to solve the problem? I changed the resolution into 0.5f and it gave me a very bad map with only 854 points. Could you...

I made a small change of the code and everything worked just fine! It seems that if users change camera, there would be a depth-map-factor. In "color_pcl_generator.py", "depth_img.reshape(-1,1)" should be...

> I don't understand this " self.xyd_vect[:,0:2] = self.xy_index * depth_img.reshape(-1,1)". > The dimension is inconsistent. The first two dimensions are x and y coordinate of the depth image. Why...

> > I made a small change of the code and everything worked just fine! It seems that if users change camera, there would be a depth-map-factor. In "color_pcl_generator.py", "depth_img.reshape(-1,1)"...