photoneo / phoxi_camera

ROS Package for PhoXi Scanner/Camera. If you like us, STAR US! :P
MIT License
44 stars 32 forks source link

phoxi_camera with ROS noetic #53

Open KilianFt opened 3 years ago

KilianFt commented 3 years ago

With ROS noetic and Ubuntu 20.04 this packages throws the following error while compiling:

#error PCL requires C ++ 14 or above

To fix that just add the following lines on top of the CMakeLists.txt and it will work:

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

maybe add a branch for Noetic with those fixes?

This pull request is already addressing the issue https://github.com/photoneo/phoxi_camera/pull/52

TedMorell commented 2 years ago

Hi KilianFt, Do you succeed in making the phoxi_camera work in ros noetic ubunu 20.04 ? I did what you recommended in the CMakeLists.txt file but I have the "error free(): invalid pointer process has died " error when I am running "roslaunch phoxi_camera phoxi_camera.launch" Kind regards, Ted