iscloam icon indicating copy to clipboard operation
iscloam copied to clipboard

PCL-Error

Open christophTUM opened this issue 3 years ago • 1 comments

Hi, i tried to build the package with catkin_make but i get an endless amount of error lines. Most of them contain something similar to this:

/usr/include/pcl-1.10/pcl/point_types.h:546:1: error: ‘plusscalar’ is not a member of ‘pcl::traits’ 546 | POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::Boundary,

I am running ROS Noetic on Ubuntu 20.04

christophTUM avatar May 14 '21 16:05 christophTUM

I fixed it by changing line 5 in CMakeLists.txt to this set(CMAKE_CXX_FLAGS "-std=c++14")

Bera97 avatar Apr 13 '23 16:04 Bera97