Skip to content

phoxi_camera with ROS noetic #53

@KilianFt

Description

@KilianFt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions