PRBonn / semantic_suma

SuMa++: Efficient LiDAR-based Semantic SLAM (Chen et al IROS 2019)
MIT License
923 stars 205 forks source link

error: returning a value from a constructor #65

Closed Zhangjyhhh closed 9 months ago

Zhangjyhhh commented 9 months ago

thanks for your excellent work!! my enviroment is python 3.6, cuda 11.1+cudnn8.0+tensorrt 8.2.3, gcc and g++ is 7.5. when i build semantic suma error happened:

/home/jyzhang/catkin_ws/src/glow/src/glow/util/EglOffscreenContext.cpp:41:10: error: returning a value from a constructor
[semantic_suma:make]    return 0;
ZT-AIA commented 9 months ago

Me too, this line of code doesn't seem to work, I just comment it out.

Zhangjyhhh commented 9 months ago

Me too, this line of code doesn't seem to work, I just comment it out.

So do i, hahahhahaha