iscloam
iscloam copied to clipboard
PCL-Error
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
I fixed it by changing line 5 in CMakeLists.txt
to this set(CMAKE_CXX_FLAGS "-std=c++14")