Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phoxi_camera with ROS noetic #53

Open
KilianFt opened this issue Apr 21, 2021 · 1 comment
Open

phoxi_camera with ROS noetic #53

KilianFt opened this issue Apr 21, 2021 · 1 comment

Comments

@KilianFt
Copy link

KilianFt commented Apr 21, 2021

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 #52

@TedMorell
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants