semantic_slam icon indicating copy to clipboard operation
semantic_slam copied to clipboard

ColorPclGenerator instance has no attribute 'generate_cloud'

Open mingjunlovelybaby opened this issue 5 years ago • 2 comments

This is A great job. I am trying to run the color_pcl_generator.py file, but a little error occurred, how can I solve it? It seems that this function is not defined. Screenshot from 2021-01-05 18-20-19 Screenshot from 2021-01-05 18-25-30

mingjunlovelybaby avatar Jan 05 '21 17:01 mingjunlovelybaby

Hi not sure if this work, but you can try to edit this following file such that it is just an empty init.py file semantic_cloud/include/color_pcl_generator/__init__.py

codieboomboom avatar Jan 07 '21 02:01 codieboomboom

Might be related to this bunch of traps in Python: http://python-notes.curiousefficiency.org/en/latest/python_concepts/import_traps.html

codieboomboom avatar Jan 07 '21 02:01 codieboomboom