Closed lucasw closed 9 months ago
Hi Lucas,
thanks for your contributions! On top of your state, we made some changes so that lvr2 compiles with Ubuntu 22 and ROS2 - humble. The CUDA things are also compiling and running again. And it is already merged: https://github.com/uos/lvr2/pull/16. It seemed easier for us to do it this way. So this PR is not required anymore.
Greetings Alex
I've made a few edits to make this build in 23.04 and eliminate some warnings but it's not quite there, cuda isn't working:
I thought the above may have been caused by forcing C++ to an older standard than the nvcc that is in 23.04 but possibly my system isn't set up properly.
If older Ubuntu versions (<18.04 or other non-Ubuntu systems?) are still being supported there could be more logic around those to restore setting
c++11
- but if only current LTS systems are targeted it should be safe to remove.